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

  /art/runtime/gc/
allocation_record.h 247 void SweepAllocationRecords(IsMarkedVisitor* visitor)
allocation_record.cc 140 void AllocRecordObjectMap::SweepAllocationRecords(IsMarkedVisitor* visitor) {
141 VLOG(heap) << "Start SweepAllocationRecords()";
heap.h 787 void SweepAllocationRecords(IsMarkedVisitor* visitor) const
    [all...]
heap.cc     [all...]
  /art/runtime/
runtime.cc 574 GetHeap()->SweepAllocationRecords(visitor);
    [all...]

Completed in 3424 milliseconds