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

  /art/runtime/gc/collector/
mark_compact.cc 253 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
256 heap_->MarkAllocStackAsLive(live_stack);
258 live_stack->Reset();
semi_space.cc 315 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
316 heap_->MarkAllocStackAsLive(live_stack);
317 live_stack->Reset();
    [all...]
mark_sweep.cc 1104 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
    [all...]
  /art/runtime/gc/
heap.cc 2348 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
2564 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
    [all...]

Completed in 277 milliseconds