Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table-inl.h31 inline bool IndirectReferenceTable::GetChecked(IndirectRef iref) const { in GetChecked()
61 inline bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const { in CheckEntry()
74 inline mirror::Object* IndirectReferenceTable::Get(IndirectRef iref) const { in Get()
Dindirect_reference_table.h126 static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) { in GetIndirectRefKind()
279 IndirectRef iref) const in SynchronizedGet()
335 static uint32_t ExtractIndex(IndirectRef iref) { in ExtractIndex()
Dindirect_reference_table.cc178 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref) { in Remove()