Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table-inl.h65 if (UNLIKELY(!CheckEntry("use", iref, idx))) { in GetChecked()
72 inline bool IndirectReferenceTable::CheckEntry(const char* what, in CheckEntry() function
Dindirect_reference_table.cc392 if (!CheckEntry("remove", iref, idx)) { in Remove()
430 if (!CheckEntry("remove", iref, idx)) { in Remove()
Dindirect_reference_table.h394 bool CheckEntry(const char*, IndirectRef, uint32_t) const;