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

  /art/runtime/native/
java_lang_ref_Reference.cc 42 Runtime::Current()->GetHeap()->GetReferenceProcessor()->ClearReferent(ref);
47 FAST_NATIVE_METHOD(Reference, clearReferent, "()V"),
  /art/runtime/gc/
reference_queue.cc 142 ref->ClearReferent<true>();
144 ref->ClearReferent<false>();
148 // Delay disabling the read barrier until here so that the ClearReferent call above in
166 ref->ClearReferent<true>();
169 ref->ClearReferent<false>();
173 // Delay disabling the read barrier until here so that the ClearReferent call above in
reference_processor.cc 293 void ReferenceProcessor::ClearReferent(ObjPtr<mirror::Reference> ref) {
302 ref->ClearReferent<true>();
304 ref->ClearReferent<false>();
reference_processor.h 76 void ClearReferent(ObjPtr<mirror::Reference> ref)
  /art/runtime/mirror/
reference.h 74 void ClearReferent() REQUIRES_SHARED(Locks::mutator_lock_) {

Completed in 72 milliseconds