Home
last modified time | relevance | path

Searched refs:CheckEntry (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dindirect_reference_table-inl.h54 if (UNLIKELY(!CheckEntry("use", iref, idx))) { in GetChecked()
61 inline bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const { in CheckEntry() function
Dindirect_reference_table.cc184 if (!CheckEntry("remove", iref, idx)) { in Remove()
221 if (!CheckEntry("remove", iref, idx)) { in Remove()
Dindirect_reference_table.h376 bool CheckEntry(const char*, IndirectRef, int) const;