Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_processor.h49 void ProcessReferences(bool concurrent,
Dreference_processor.cc153 void ReferenceProcessor::ProcessReferences(bool concurrent, in ProcessReferences() function in art::gc::ReferenceProcessor
/art/runtime/gc/collector/
Dsemi_space.cc146 void SemiSpace::ProcessReferences(Thread* self) { in ProcessReferences() function in art::gc::collector::SemiSpace
148 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()
195 ProcessReferences(self_); in MarkingPhase()
Dsemi_space.h134 void ProcessReferences(Thread* self) REQUIRES(Locks::mutator_lock_)
Dmark_sweep.h132 void ProcessReferences(Thread* self)
Dmark_sweep.cc178 void MarkSweep::ProcessReferences(Thread* self) { in ProcessReferences() function in art::gc::collector::MarkSweep
180 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()
344 ProcessReferences(self); in ReclaimPhase()
Dconcurrent_copying.h231 void ProcessReferences(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
Dconcurrent_copying.cc1606 ProcessReferences(self); in CopyingPhase()
3750 void ConcurrentCopying::ProcessReferences(Thread* self) { in ProcessReferences() function in art::gc::collector::ConcurrentCopying
3754 GetHeap()->GetReferenceProcessor()->ProcessReferences( in ProcessReferences()