Searched defs:ProcessReferences (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/
H A Dreference_processor.cc113 void ReferenceProcessor::ProcessReferences(bool concurrent, TimingLogger* timings, function in class:art::gc::ReferenceProcessor
119 TimingLogger::ScopedTiming t(concurrent ? __FUNCTION__ : "(Paused)ProcessReferences", timings);
/art/runtime/gc/collector/
H A Dmark_compact.cc143 void MarkCompact::ProcessReferences(Thread* self) { function in class:art::gc::collector::MarkCompact
145 heap_->GetReferenceProcessor()->ProcessReferences(
221 ProcessReferences(self);
H A Dsemi_space.cc156 void SemiSpace::ProcessReferences(Thread* self) { function in class:art::gc::collector::SemiSpace
158 GetHeap()->GetReferenceProcessor()->ProcessReferences(
236 ProcessReferences(self_);
H A Dmark_sweep.cc63 // having this can add overhead in ProcessReferences since we may end up doing many calls of
171 void MarkSweep::ProcessReferences(Thread* self) { function in class:art::gc::collector::MarkSweep
173 GetHeap()->GetReferenceProcessor()->ProcessReferences(
286 ProcessReferences(self);

Completed in 303 milliseconds