HomeSort by relevance Sort by last modified time
    Searched defs:referent (Results 1 - 15 of 15) sorted by null

  /art/runtime/native/
java_lang_ref_Reference.cc 29 mirror::Object* const referent = member in class:art::mirror
31 return soa.AddLocalReference<jobject>(referent);
  /art/runtime/gc/
reference_processor.cc 52 mirror::Object* const referent = reference->GetReferent(); member in class:art::gc::mirror
53 // If the referent is null then it is already cleared, we can just return null since there is no
55 if (UNLIKELY(!SlowPathEnabled()) || referent == nullptr) {
56 return referent;
62 // If the referent became cleared, return it. Don't need barrier since thread roots can't get
67 // Try to see if the referent is already marked by using the is_marked_callback. We can return
72 // If it's null it means not marked, but it could become marked if the referent is reachable
108 // We are done preserving references, some people who are blocked may see a marked referent.
159 // Clear all finalizer referent reachable soft and weak references with white referents.
183 // Process the "referent" field in a java.lang.ref.Reference. If the referent has not yet bee
191 mirror::HeapReference<mirror::Object>* referent = ref->GetReferentReferenceAddr(); local
    [all...]
  /art/runtime/mirror/
reference.h 70 void SetReferent(Object* referent) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
71 SetFieldObjectVolatile<kTransactionActive>(ReferentOffset(), referent); local
78 // the java threads for cleared references. Once these cleared references have a null referent,
  /art/patchoat/
patchoat.cc 467 mirror::Object* referent = obj->GetFieldObject<mirror::Object, kVerifyNone>(off); local
468 DCHECK(patcher_->InHeap(referent)) << "Referent is not in the heap.";
469 mirror::Object* moved_object = patcher_->RelocatedAddressOf(referent);
475 mirror::Object* referent = ref->GetReferent(); local
476 DCHECK(patcher_->InHeap(referent)) << "Referent is not in the heap.";
477 mirror::Object* moved_object = patcher_->RelocatedAddressOf(referent);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 1729 final V referent; field in class:LocalCache.StrongValueReference
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 1816 final V referent; field in class:MapMakerInternalMap.StrongValueReference
    [all...]
  /art/runtime/
class_linker.cc 565 mirror::ArtField* referent = java_lang_ref_Reference->GetInstanceField(3); local
566 CHECK_STREQ(referent->GetName(), "referent");
567 CHECK_STREQ(referent->GetTypeDescriptor(), "Ljava/lang/Object;");
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 311 milliseconds