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

  /art/runtime/gc/
reference_processor.cc 127 void ReferenceProcessor::ProcessReferences(bool concurrent,
131 TimingLogger::ScopedTiming t(concurrent ? __FUNCTION__ : "(Paused)ProcessReferences", timings);
  /art/runtime/gc/collector/
mark_compact.cc 122 void MarkCompact::ProcessReferences(Thread* self) {
124 heap_->GetReferenceProcessor()->ProcessReferences(
195 ProcessReferences(self);
semi_space.cc 169 void SemiSpace::ProcessReferences(Thread* self) {
171 GetHeap()->GetReferenceProcessor()->ProcessReferences(
248 ProcessReferences(self_);
    [all...]
concurrent_copying.cc 780 LOG(INFO) << "ProcessReferences";
    [all...]
mark_sweep.cc 63 // having this can add overhead in ProcessReferences since we may end up doing many calls of
175 void MarkSweep::ProcessReferences(Thread* self) {
177 GetHeap()->GetReferenceProcessor()->ProcessReferences(
319 ProcessReferences(self);
    [all...]

Completed in 62 milliseconds