Searched refs:ReferenceProcessor (Results 1 – 9 of 9) sorted by relevance
44 ReferenceProcessor::ReferenceProcessor() in ReferenceProcessor() function in art::gc::ReferenceProcessor70 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 …]
47 class ReferenceProcessor {49 ReferenceProcessor();127 DISALLOW_COPY_AND_ASSIGN(ReferenceProcessor);
77 class ReferenceProcessor; variable814 ReferenceProcessor* GetReferenceProcessor() { in GetReferenceProcessor()1447 std::unique_ptr<ReferenceProcessor> reference_processor_;
774 reference_processor_.reset(new ReferenceProcessor()); in Heap()
31 class ReferenceProcessor; variable114 friend class gc::ReferenceProcessor;
148 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in ProcessReferences()
212 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in PausePhase()
1628 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in CopyingPhase()
4535 ReferenceProcessor* rp = GetHeap()->GetReferenceProcessor(); in MarkingPhase()