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 169 accounting::ObjectStack* GetLiveStack();
mark_sweep.cc 200 live_stack_freeze_size_ = heap_->GetLiveStack()->Size();
    [all...]
mark_compact.cc 228 accounting::ObjectStack* live_stack = heap_->GetLiveStack();
concurrent_copying.cc 738 live_stack_freeze_size_ = heap_->GetLiveStack()->Size();
    [all...]
semi_space.cc 336 accounting::ObjectStack* live_stack = heap_->GetLiveStack();
    [all...]
  /art/runtime/gc/
heap.h 588 accounting::ObjectStack* GetLiveStack() REQUIRES_SHARED(Locks::heap_bitmap_lock_) {
    [all...]

Completed in 183 milliseconds