Searched refs:CheckEntry (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | indirect_reference_table-inl.h | 56 if (UNLIKELY(!CheckEntry("use", iref, idx))) { in GetChecked() 63 inline bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const { in CheckEntry() function
|
D | indirect_reference_table.cc | 214 if (!CheckEntry("remove", iref, idx)) { in Remove() 250 if (!CheckEntry("remove", iref, idx)) { in Remove()
|
D | indirect_reference_table.h | 380 bool CheckEntry(const char*, IndirectRef, int) const;
|