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

  /external/chromium/base/debug/
leak_tracker.h 88 StackTrace& allocation_stack = node->value()->allocation_stack_;
128 StackTrace allocation_stack_;
  /external/chromium_org/base/debug/
leak_tracker.h 88 StackTrace& allocation_stack = node->value()->allocation_stack_;
128 StackTrace allocation_stack_;
  /art/runtime/gc/
heap.cc 206 allocation_stack_.reset(accounting::ObjectStack::Create("allocation stack",
488 allocation_stack_->Reset();
674 if (allocation_stack_->ContainsSorted(const_cast<mirror::Object*>(obj))) {
677 } else if (allocation_stack_->Contains(const_cast<mirror::Object*>(obj))) {
792 while (!allocation_stack_->AtomicPushBack(obj)) {
    [all...]
heap.h 672 UniquePtr<accounting::ObjectStack> allocation_stack_; member in class:art::gc::Heap
  /art/runtime/gc/collector/
mark_sweep.cc 217 SweepArray(GetHeap()->allocation_stack_.get(), false);
306 accounting::ObjectStack* allocation_stack = GetHeap()->allocation_stack_.get();
    [all...]
mark_sweep.h 147 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)

Completed in 79 milliseconds