Searched refs:FindPoisonRecord (Results 1 – 3 of 3) sorted by relevance
33 bool FindPoisonRecord(uptr addr, PoisonRecord& match);
631 if (FindPoisonRecord(addr, record)) { in CheckPoisonRecords()
48 bool FindPoisonRecord(uptr addr, PoisonRecord &match) { in FindPoisonRecord() function