Home
last modified time | relevance | path

Searched refs:ReferenceProcessor (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/
Dreference_processor.cc44 ReferenceProcessor::ReferenceProcessor() in ReferenceProcessor() function in art::gc::ReferenceProcessor
70 void ReferenceProcessor::EnableSlowPath() { in EnableSlowPath()
74 void ReferenceProcessor::DisableSlowPath(Thread* self) { in DisableSlowPath()
79 bool ReferenceProcessor::SlowPathEnabled() { in SlowPathEnabled()
85 void ReferenceProcessor::BroadcastForSlowPath(Thread* self) { in BroadcastForSlowPath()
90 ObjPtr<mirror::Object> ReferenceProcessor::GetReferent(Thread* self, in GetReferent()
168 uint32_t ReferenceProcessor::ForwardSoftReferences(TimingLogger* timings) { in ForwardSoftReferences()
188 void ReferenceProcessor::Setup(Thread* self, in Setup()
202 void ReferenceProcessor::ProcessReferences(Thread* self, TimingLogger* timings) { in ProcessReferences()
317 void ReferenceProcessor::DelayReferenceReferent(ObjPtr<mirror::Class> klass, in DelayReferenceReferent()
[all …]
Dreference_processor.h47 class ReferenceProcessor {
49 ReferenceProcessor();
127 DISALLOW_COPY_AND_ASSIGN(ReferenceProcessor);
Dheap.h77 class ReferenceProcessor; variable
814 ReferenceProcessor* GetReferenceProcessor() { in GetReferenceProcessor()
1447 std::unique_ptr<ReferenceProcessor> reference_processor_;
Dheap.cc774 reference_processor_.reset(new ReferenceProcessor()); in Heap()
/art/runtime/mirror/
Dreference.h31 class ReferenceProcessor; variable
114 friend class gc::ReferenceProcessor;
/art/runtime/gc/collector/
Dsemi_space.cc148 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in ProcessReferences()
Dmark_sweep.cc212 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in PausePhase()
Dconcurrent_copying.cc1628 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in CopyingPhase()
Dmark_compact.cc4535 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in MarkingPhase()