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

  /art/runtime/gc/collector/
sticky_mark_sweep.cc 77 SweepArray(GetHeap()->GetLiveStack(), false);
concurrent_copying.h 174 accounting::ObjectStack* GetLiveStack();
mark_sweep.cc 201 live_stack_freeze_size_ = heap_->GetLiveStack()->Size();
    [all...]
mark_compact.cc 230 accounting::ObjectStack* live_stack = heap_->GetLiveStack();
semi_space.cc 335 accounting::ObjectStack* live_stack = heap_->GetLiveStack();
    [all...]
concurrent_copying.cc 740 live_stack_freeze_size_ = heap_->GetLiveStack()->Size();
    [all...]
  /art/runtime/gc/
heap.h 598 accounting::ObjectStack* GetLiveStack() REQUIRES_SHARED(Locks::heap_bitmap_lock_) {
    [all...]

Completed in 657 milliseconds