Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table-inl.h56 if (UNLIKELY(!CheckEntry("use", iref, idx))) { in GetChecked()
63 inline bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const { in CheckEntry() function
Dindirect_reference_table.cc214 if (!CheckEntry("remove", iref, idx)) { in Remove()
250 if (!CheckEntry("remove", iref, idx)) { in Remove()
Dindirect_reference_table.h380 bool CheckEntry(const char*, IndirectRef, int) const;