Home
last modified time | relevance | path

Searched defs:iref (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dindirect_reference_table.h122 static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) { in GetIndirectRefKind()
269 const mirror::Object* Get(IndirectRef iref) const { in Get()
328 static uint32_t ExtractIndex(IndirectRef iref) { in ExtractIndex()
Dindirect_reference_table.cc65 bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const { in CheckEntry()
218 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref) { in Remove()