Lines Matching refs:IndirectRef
108 typedef void* IndirectRef; typedef
126 static inline IndirectRefKind GetIndirectRefKind(IndirectRef iref) { in GetIndirectRefKind()
279 IndirectRef Add(uint32_t cookie, mirror::Object* obj)
288 mirror::Object* Get(IndirectRef iref) const SHARED_REQUIRES(Locks::mutator_lock_)
293 mirror::Object* SynchronizedGet(IndirectRef iref) const SHARED_REQUIRES(Locks::mutator_lock_) { in SynchronizedGet()
302 void Update(IndirectRef iref, mirror::Object* obj) SHARED_REQUIRES(Locks::mutator_lock_);
313 bool Remove(uint32_t cookie, IndirectRef iref);
359 static uint32_t ExtractIndex(IndirectRef iref) { in ExtractIndex()
368 IndirectRef ToIndirectRef(uint32_t tableIndex) const { in ToIndirectRef()
372 return reinterpret_cast<IndirectRef>(uref); in ToIndirectRef()
379 bool GetChecked(IndirectRef) const;
380 bool CheckEntry(const char*, IndirectRef, int) const;