Searched refs:CheckEntry (Results 1 - 3 of 3) sorted by path

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

Completed in 48 milliseconds