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

  /art/runtime/gc/collector/
mark_compact.cc 230 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
233 heap_->MarkAllocStackAsLive(live_stack);
235 live_stack->Reset();
semi_space.cc 335 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
336 heap_->MarkAllocStackAsLive(live_stack);
337 live_stack->Reset();
    [all...]
mark_sweep.cc 1314 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
    [all...]
concurrent_copying.cc 1671 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
    [all...]
  /art/runtime/gc/
heap.cc 2818 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
3037 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
    [all...]

Completed in 239 milliseconds