Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_processor.cc42 ReferenceProcessor::ReferenceProcessor() in ReferenceProcessor() function in art::gc::ReferenceProcessor
69 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 …]
Dreference_processor.h46 class ReferenceProcessor {
48 ReferenceProcessor();
112 DISALLOW_COPY_AND_ASSIGN(ReferenceProcessor);
Dheap.h73 class ReferenceProcessor; variable
788 ReferenceProcessor* GetReferenceProcessor() { in GetReferenceProcessor()
1337 std::unique_ptr<ReferenceProcessor> reference_processor_;
Dheap.cc675 reference_processor_.reset(new ReferenceProcessor()); in Heap()
/art/runtime/mirror/
Dreference.h31 class ReferenceProcessor; variable
112 friend class gc::ReferenceProcessor;