HomeSort by relevance Sort by last modified time
    Searched full:getreferent (Results 1 - 12 of 12) 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.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).
reference_processor.cc 51 mirror::Object* ReferenceProcessor::GetReferent(Thread* self, mirror::Reference* reference) {
52 mirror::Object* const referent = reference->GetReferent();
87 return reference->GetReferent();
heap.cc     [all...]
  /libcore/libart/src/main/java/java/lang/ref/
Reference.java 203 return getReferent();
211 * intrisifies getReferent() since we can't intrinsify Reference.get()
214 private final native T getReferent();
  /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/compiler/dex/quick/
dex_file_method_inliner.cc 172 "getReferent", // kNameCacheReferenceGet
    [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...]
  /art/compiler/
image_writer.cc 633 mirror::Reference::ReferentOffset(), image_writer_->GetImageAddress(ref->GetReferent()));
    [all...]
  /art/patchoat/
patchoat.cc 365 mirror::Object* referent = ref->GetReferent();
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 206 // is no lock in the GetReferent fast path.
    [all...]

Completed in 298 milliseconds