Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table-inl.h33 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()
Dindirect_reference_table.h126 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()
Dindirect_reference_table.cc173 bool IndirectReferenceTable::Remove(uint32_t cookie, IndirectRef iref) { in Remove()