Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_processor.cc39 ReferenceProcessor::ReferenceProcessor() in ReferenceProcessor() function in art::gc::ReferenceProcessor
50 void ReferenceProcessor::EnableSlowPath() { in EnableSlowPath()
54 void ReferenceProcessor::DisableSlowPath(Thread* self) { in DisableSlowPath()
59 void ReferenceProcessor::BroadcastForSlowPath(Thread* self) { in BroadcastForSlowPath()
64 ObjPtr<mirror::Object> ReferenceProcessor::GetReferent(Thread* self, in GetReferent()
115 void ReferenceProcessor::StartPreservingReferences(Thread* self) { in StartPreservingReferences()
120 void ReferenceProcessor::StopPreservingReferences(Thread* self) { in StopPreservingReferences()
128 void ReferenceProcessor::ProcessReferences(bool concurrent, in ProcessReferences()
209 void ReferenceProcessor::DelayReferenceReferent(ObjPtr<mirror::Class> klass, in DelayReferenceReferent()
247 void ReferenceProcessor::UpdateRoots(IsMarkedVisitor* visitor) { in UpdateRoots()
[all …]
Dreference_processor.h46 class ReferenceProcessor {
48 ReferenceProcessor();
110 DISALLOW_COPY_AND_ASSIGN(ReferenceProcessor);
Dreference_processor-inl.h27 inline bool ReferenceProcessor::SlowPathEnabled() { in SlowPathEnabled()
Dheap.h70 class ReferenceProcessor; variable
719 ReferenceProcessor* GetReferenceProcessor() { in GetReferenceProcessor()
1191 std::unique_ptr<ReferenceProcessor> reference_processor_;
Dheap.cc567 reference_processor_.reset(new ReferenceProcessor()); in Heap()
/art/runtime/mirror/
Dreference.h33 class ReferenceProcessor; variable
122 friend class gc::ReferenceProcessor;