Searched refs:ReferenceProcessor (Results 1 – 6 of 6) sorted by relevance
37 ReferenceProcessor::ReferenceProcessor() in ReferenceProcessor() function in art::gc::ReferenceProcessor48 void ReferenceProcessor::EnableSlowPath() { in EnableSlowPath()52 void ReferenceProcessor::DisableSlowPath(Thread* self) { in DisableSlowPath()57 void ReferenceProcessor::BroadcastForSlowPath(Thread* self) { in BroadcastForSlowPath()63 mirror::Object* ReferenceProcessor::GetReferent(Thread* self, mirror::Reference* reference) { in GetReferent()106 void ReferenceProcessor::StartPreservingReferences(Thread* self) { in StartPreservingReferences()111 void ReferenceProcessor::StopPreservingReferences(Thread* self) { in StopPreservingReferences()119 void ReferenceProcessor::ProcessReferences(bool concurrent, TimingLogger* timings, in ProcessReferences()191 void ReferenceProcessor::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* ref, in DelayReferenceReferent()217 void ReferenceProcessor::UpdateRoots(IsMarkedVisitor* visitor) { in UpdateRoots()[all …]
46 class ReferenceProcessor {48 explicit ReferenceProcessor();100 DISALLOW_COPY_AND_ASSIGN(ReferenceProcessor);
25 inline bool ReferenceProcessor::SlowPathEnabled() { in SlowPathEnabled()
60 class ReferenceProcessor; variable686 ReferenceProcessor* GetReferenceProcessor() { in GetReferenceProcessor()1115 std::unique_ptr<ReferenceProcessor> reference_processor_;
569 reference_processor_.reset(new ReferenceProcessor()); in Heap()
32 class ReferenceProcessor; variable132 friend class gc::ReferenceProcessor;