Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_ref_Reference.cc32 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref); in Reference_getReferent()
/art/runtime/gc/
Dreference_processor.cc63 mirror::Object* ReferenceProcessor::GetReferent(Thread* self, mirror::Reference* reference) { in GetReferent() function in art::gc::ReferenceProcessor
68 mirror::Object* const referent = reference->GetReferent(); in GetReferent()
103 return reference->GetReferent(); in GetReferent()
Dreference_processor.h60 mirror::Object* GetReferent(Thread* self, mirror::Reference* reference)
Dreference_queue.cc96 mirror::Object* referent = ref->GetReferent<kWithoutReadBarrier>(); in DequeuePendingReference()
Dheap.cc2866 VerifyReference(ref, ref->GetReferent(), mirror::Reference::ReferentOffset()); in operator ()()
/art/runtime/mirror/
Dreference.h66 Object* GetReferent() SHARED_REQUIRES(Locks::mutator_lock_) { in GetReferent() function
/art/runtime/gc/accounting/
Dremembered_set.cc82 if (target_space_->HasAddress(ref->GetReferent())) { in operator ()()
/art/runtime/gc/collector/
Dconcurrent_copying.cc1080 to_ref->AsReference()->GetReferent<kWithoutReadBarrier>() != nullptr && in ProcessMarkStackRef()
1081 !IsInToSpace(to_ref->AsReference()->GetReferent<kWithoutReadBarrier>())))) { in ProcessMarkStackRef()
/art/patchoat/
Dpatchoat.cc674 mirror::Object* referent = ref->GetReferent(); in operator ()()
/art/runtime/gc/space/
Dimage_space.cc809 mirror::Object* obj = ref->GetReferent<kWithoutReadBarrier>(); in operator ()()
/art/runtime/interpreter/
Dunstarted_runtime.cc1143 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(self, ref); in UnstartedReferenceGetReferent()
/art/compiler/
Dimage_writer.cc1816 image_writer_->GetImageAddress(ref->GetReferent())); in operator ()()