Searched defs:iref (Results 1 – 3 of 3) sorted by relevance
33 inline bool IndirectReferenceTable::GetChecked(IndirectRef iref) const { in GetChecked()63 inline bool IndirectReferenceTable::CheckEntry(const char* what, IndirectRef iref, int idx) const { in CheckEntry()76 inline mirror::Object* IndirectReferenceTable::Get(IndirectRef iref) const { in Get()86 inline void IndirectReferenceTable::Update(IndirectRef iref, mirror::Object* obj) { in Update()
126 static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) { in GetIndirectRefKind()293 mirror::Object* SynchronizedGet(IndirectRef iref) const SHARED_REQUIRES(Locks::mutator_lock_) { in SynchronizedGet()359 static uint32_t ExtractIndex(IndirectRef iref) { in ExtractIndex()
173 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref) { in Remove()