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

  /art/runtime/gc/collector/
sticky_mark_sweep.cc 58 accounting::ObjectStack* live_stack = GetHeap()->GetLiveStack(); local
59 SweepArray(live_stack, false);
mark_sweep.cc 279 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); local
281 heap_->large_object_space_->GetLiveObjects(), live_stack);
282 live_stack->Reset();
1013 accounting::ObjectStack* live_stack; member in struct:art::gc::collector::ArrayMarkedCheck
1023 accounting::ObjectStack* live_stack = array_check->live_stack; local
    [all...]
  /art/runtime/gc/
heap.cc 1377 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
1549 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); variable
    [all...]

Completed in 140 milliseconds