Home
last modified time | relevance | path

Searched refs:GetReferent (Results 1 – 14 of 14) sorted by relevance

/art/runtime/gc/
Dreference_processor.cc64 ObjPtr<mirror::Object> ReferenceProcessor::GetReferent(Thread* self, in GetReferent() function in art::gc::ReferenceProcessor
70 ObjPtr<mirror::Object> const referent = reference->GetReferent(); in GetReferent()
80 ObjPtr<mirror::Object> referent = reference->GetReferent<kWithoutReadBarrier>(); in GetReferent()
112 return reference->GetReferent(); in GetReferent()
Dreference_processor.h62 ObjPtr<mirror::Object> GetReferent(Thread* self, ObjPtr<mirror::Reference> reference)
Dreference_queue.cc92 ObjPtr<mirror::Object> referent = ref->GetReferent<kWithoutReadBarrier>(); in DisableReadBarrierForReference()
Dheap.cc2755 VerifyReference(ref.Ptr(), ref->GetReferent(), mirror::Reference::ReferentOffset()); in operator ()()
/art/runtime/native/
Djava_lang_ref_FinalizerReference.cc41 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref); in FinalizerReference_getReferent()
Djava_lang_ref_Reference.cc35 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref); in Reference_getReferent()
/art/runtime/mirror/
Dreference.h67 Object* GetReferent() REQUIRES_SHARED(Locks::mutator_lock_) { in GetReferent() function
/art/runtime/gc/accounting/
Dremembered_set.cc85 if (target_space_->HasAddress(ref->GetReferent())) { in operator ()()
/art/runtime/
Dreference_table.cc201 ObjPtr<mirror::Object> referent = ref->AsReference()->GetReferent(); in Dump()
/art/patchoat/
Dpatchoat.cc638 mirror::Object* referent = ref->GetReferent(); in operator ()()
/art/runtime/gc/collector/
Dconcurrent_copying.cc477 CheckReference(ref->GetReferent<kWithoutReadBarrier>(), in operator ()()
1532 (referent = to_ref->AsReference()->GetReferent<kWithoutReadBarrier>()) != nullptr && in ProcessMarkStackRef()
/art/runtime/openjdkjvmti/
Dti_class.cc532 art::mirror::Object* val = reference->GetReferent(); in FixupHeap()
/art/runtime/gc/space/
Dimage_space.cc981 mirror::Object* obj = ref->GetReferent<kWithoutReadBarrier>(); in operator ()()
/art/runtime/interpreter/
Dunstarted_runtime.cc1368 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(self, ref); in UnstartedReferenceGetReferent()