HomeSort by relevance Sort by last modified time
    Searched refs:GetReferent (Results 1 - 9 of 9) sorted by null

  /art/runtime/native/
java_lang_ref_Reference.cc 30 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref);
35 NATIVE_METHOD(Reference, getReferent, "!()Ljava/lang/Object;"),
  /art/runtime/gc/
reference_processor.cc 51 mirror::Object* ReferenceProcessor::GetReferent(Thread* self, mirror::Reference* reference) {
52 mirror::Object* const referent = reference->GetReferent();
87 return reference->GetReferent();
reference_processor.h 55 // GetReferent fast path as an optimization.
58 mirror::Object* GetReferent(Thread* self, mirror::Reference* reference)
94 // Process args, used by the GetReferent to return referents which are already marked.
97 // If this is true, then we cannot return a referent (see comment in GetReferent).
heap.cc     [all...]
  /art/runtime/mirror/
reference.h 65 Object* GetReferent() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
  /art/runtime/gc/accounting/
remembered_set.cc 85 if (target_space_->HasAddress(ref->GetReferent())) {
  /art/patchoat/
patchoat.cc 475 mirror::Object* referent = ref->GetReferent();
    [all...]
  /art/compiler/
image_writer.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlobj.h 548 STDMETHOD(GetReferent)(THIS_ LPSTR pszReferent,int cchReferent) PURE;
562 STDMETHOD(GetReferent)(THIS_ LPWSTR pszReferent,int cchReferent) PURE;
    [all...]

Completed in 449 milliseconds