Searched defs:iref (Results 1 – 3 of 3) sorted by relevance
36 inline bool IndirectReferenceTable::GetChecked(IndirectRef iref) const { in GetChecked()73 IndirectRef iref, in CheckEntry()90 inline ObjPtr<mirror::Object> IndirectReferenceTable::Get(IndirectRef iref) const { in Get()100 inline void IndirectReferenceTable::Update(IndirectRef iref, ObjPtr<mirror::Object> obj) { in Update()
261 ObjPtr<mirror::Object> SynchronizedGet(IndirectRef iref) const in SynchronizedGet()317 ALWAYS_INLINE static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) { in GetIndirectRefKind()361 ALWAYS_INLINE static uint32_t ExtractIndex(IndirectRef iref) { in ExtractIndex()
314 bool IndirectReferenceTable::Remove(IRTSegmentState previous_state, IndirectRef iref) { in Remove()