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

  /art/runtime/gc/collector/
mark_compact.cc 255 TimingLogger::ScopedTiming t2("MarkAllocStackAsLive", GetTimings());
256 heap_->MarkAllocStackAsLive(live_stack);
semi_space.cc 316 heap_->MarkAllocStackAsLive(live_stack);
334 // bitmap above in MarkAllocStackAsLive().)
373 // be newly added to the live set above in MarkAllocStackAsLive().
    [all...]
mark_sweep.cc     [all...]
  /art/runtime/gc/
heap.h 508 void MarkAllocStackAsLive(accounting::ObjectStack* stack)
    [all...]
heap.cc     [all...]

Completed in 1658 milliseconds