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

  /art/runtime/gc/collector/
semi_space.cc 337 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
338 heap_->MarkAllocStackAsLive(live_stack);
339 live_stack->Reset();
    [all...]
mark_sweep.cc 1315 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
    [all...]
concurrent_copying.cc 2388 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
    [all...]
  /art/runtime/gc/
heap.cc 3008 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
3230 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
    [all...]

Completed in 120 milliseconds