Searched refs:ReferenceProcessor (Results 1 – 5 of 5) sorted by relevance
42 ReferenceProcessor::ReferenceProcessor() in ReferenceProcessor() function in art::gc::ReferenceProcessor69 void ReferenceProcessor::EnableSlowPath() { in EnableSlowPath()73 void ReferenceProcessor::DisableSlowPath(Thread* self) { in DisableSlowPath()78 bool ReferenceProcessor::SlowPathEnabled() { in SlowPathEnabled()84 void ReferenceProcessor::BroadcastForSlowPath(Thread* self) { in BroadcastForSlowPath()89 ObjPtr<mirror::Object> ReferenceProcessor::GetReferent(Thread* self, in GetReferent()140 void ReferenceProcessor::StartPreservingReferences(Thread* self) { in StartPreservingReferences()145 void ReferenceProcessor::StopPreservingReferences(Thread* self) { in StopPreservingReferences()153 void ReferenceProcessor::ProcessReferences(bool concurrent, in ProcessReferences()234 void ReferenceProcessor::DelayReferenceReferent(ObjPtr<mirror::Class> klass, in DelayReferenceReferent()[all …]
46 class ReferenceProcessor {48 ReferenceProcessor();112 DISALLOW_COPY_AND_ASSIGN(ReferenceProcessor);
71 class ReferenceProcessor; variable765 ReferenceProcessor* GetReferenceProcessor() { in GetReferenceProcessor()1296 std::unique_ptr<ReferenceProcessor> reference_processor_;
636 reference_processor_.reset(new ReferenceProcessor()); in Heap()
31 class ReferenceProcessor; variable112 friend class gc::ReferenceProcessor;