Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dindirect_reference_table-inl.h36 inline bool IndirectReferenceTable::IsValidReference(IndirectRef iref, in IsValidReference()
65 IndirectRef iref, in CheckEntry()
82 inline ObjPtr<mirror::Object> IndirectReferenceTable::Get(IndirectRef iref) const { in Get()
93 inline void IndirectReferenceTable::Update(IndirectRef iref, ObjPtr<mirror::Object> obj) { in Update()
H A Dindirect_reference_table.h265 ObjPtr<mirror::Object> SynchronizedGet(IndirectRef iref) const in SynchronizedGet()
334 ALWAYS_INLINE static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) { in GetIndirectRefKind()
382 ALWAYS_INLINE static uint32_t ExtractIndex(IndirectRef iref) { in ExtractIndex()
H A Dindirect_reference_table.cc351 bool IndirectReferenceTable::Remove(IRTSegmentState previous_state, IndirectRef iref) { in Remove()
/aosp12/art/runtime/jni/
H A Djni_env_ext.h70 …void UpdateLocal(IndirectRef iref, ObjPtr<mirror::Object> obj) REQUIRES_SHARED(Locks::mutator_lock… in UpdateLocal()