HomeSort by relevance Sort by last modified time
    Searched refs:ProcessReferences (Results 1 - 8 of 8) sorted by null

  /art/runtime/gc/
reference_processor.h 46 void ProcessReferences(bool concurrent, TimingLogger* timings, bool clear_soft_references,
86 // Called by ProcessReferences.
reference_processor.cc 113 void ReferenceProcessor::ProcessReferences(bool concurrent, TimingLogger* timings,
119 TimingLogger::ScopedTiming t(concurrent ? __FUNCTION__ : "(Paused)ProcessReferences", timings);
  /art/runtime/gc/collector/
mark_compact.cc 143 void MarkCompact::ProcessReferences(Thread* self) {
145 heap_->GetReferenceProcessor()->ProcessReferences(
221 ProcessReferences(self);
mark_compact.h 105 void ProcessReferences(Thread* self) EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_)
semi_space.h 124 void ProcessReferences(Thread* self) EXCLUSIVE_LOCKS_REQUIRED(Locks::mutator_lock_)
mark_sweep.h 125 void ProcessReferences(Thread* self)
semi_space.cc 156 void SemiSpace::ProcessReferences(Thread* self) {
158 GetHeap()->GetReferenceProcessor()->ProcessReferences(
236 ProcessReferences(self_);
    [all...]
mark_sweep.cc 63 // having this can add overhead in ProcessReferences since we may end up doing many calls of
171 void MarkSweep::ProcessReferences(Thread* self) {
173 GetHeap()->GetReferenceProcessor()->ProcessReferences(
286 ProcessReferences(self);
    [all...]

Completed in 128 milliseconds