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 228 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
231 heap_->MarkAllocStackAsLive(live_stack);
233 live_stack->Reset();
semi_space.cc 336 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
337 heap_->MarkAllocStackAsLive(live_stack);
338 live_stack->Reset();
    [all...]
mark_sweep.cc 1291 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
    [all...]
concurrent_copying.cc 1666 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
    [all...]
  /art/runtime/gc/
heap.cc 2809 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
3028 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
    [all...]

Completed in 446 milliseconds