Home
last modified time | relevance | path

Searched refs:ProcessReferences (Results 1 – 10 of 10) sorted by relevance

/art/runtime/gc/
Dreference_processor.h49 void ProcessReferences(bool concurrent,
Dreference_processor.cc128 void ReferenceProcessor::ProcessReferences(bool concurrent, in ProcessReferences() function in art::gc::ReferenceProcessor
/art/runtime/gc/collector/
Dmark_compact.cc124 void MarkCompact::ProcessReferences(Thread* self) { in ProcessReferences() function in art::gc::collector::MarkCompact
126 heap_->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()
197 ProcessReferences(self); in MarkingPhase()
Dsemi_space.h134 void ProcessReferences(Thread* self) REQUIRES(Locks::mutator_lock_)
Dmark_compact.h104 void ProcessReferences(Thread* self) REQUIRES(Locks::mutator_lock_)
Dsemi_space.cc169 void SemiSpace::ProcessReferences(Thread* self) { in ProcessReferences() function in art::gc::collector::SemiSpace
171 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()
248 ProcessReferences(self_); in MarkingPhase()
Dmark_sweep.h132 void ProcessReferences(Thread* self)
Dmark_sweep.cc176 void MarkSweep::ProcessReferences(Thread* self) { in ProcessReferences() function in art::gc::collector::MarkSweep
178 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()
342 ProcessReferences(self); in ReclaimPhase()
Dconcurrent_copying.h202 void ProcessReferences(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
Dconcurrent_copying.cc891 ProcessReferences(self); in MarkingPhase()
2749 void ConcurrentCopying::ProcessReferences(Thread* self) { in ProcessReferences() function in art::gc::collector::ConcurrentCopying
2753 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()