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

  /art/runtime/native/
java_lang_ref_FinalizerReference.cc 34 return Runtime::Current()->GetHeap()->GetReferenceProcessor()->MakeCircularListIfUnenqueued(ref);
41 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref);
java_lang_ref_Reference.cc 35 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref);
42 Runtime::Current()->GetHeap()->GetReferenceProcessor()->ClearReferent(ref);
  /art/runtime/gc/collector/
mark_compact.cc 124 heap_->GetReferenceProcessor()->ProcessReferences(
380 heap_->GetReferenceProcessor()->UpdateRoots(this);
560 heap_->GetReferenceProcessor()->DelayReferenceReferent(klass, reference, this);
semi_space.cc 171 GetHeap()->GetReferenceProcessor()->ProcessReferences(
684 heap_->GetReferenceProcessor()->DelayReferenceReferent(klass, reference, this);
    [all...]
mark_sweep.cc 177 GetHeap()->GetReferenceProcessor()->ProcessReferences(
213 GetHeap()->GetReferenceProcessor()->EnableSlowPath();
    [all...]
concurrent_copying.cc     [all...]
  /art/runtime/gc/
heap.h 709 ReferenceProcessor* GetReferenceProcessor() {
    [all...]
  /art/runtime/
thread_list.cc 429 Runtime::Current()->GetHeap()->GetReferenceProcessor()->BroadcastForSlowPath(self);
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc     [all...]

Completed in 471 milliseconds