Searched refs:MarkAllocStackAsLive (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_compact.cc255 TimingLogger::ScopedTiming t2("MarkAllocStackAsLive", GetTimings());
256 heap_->MarkAllocStackAsLive(live_stack);
H A Dsemi_space.cc316 heap_->MarkAllocStackAsLive(live_stack);
334 // bitmap above in MarkAllocStackAsLive().)
373 // be newly added to the live set above in MarkAllocStackAsLive().
H A Dmark_sweep.cc1108 TimingLogger::ScopedTiming t2("MarkAllocStackAsLive", GetTimings());
1112 heap_->MarkAllocStackAsLive(live_stack);
/art/runtime/gc/
H A Dheap.h508 void MarkAllocStackAsLive(accounting::ObjectStack* stack)
H A Dheap.cc707 void Heap::MarkAllocStackAsLive(accounting::ObjectStack* stack) { function in class:art::gc::Heap
2016 MarkAllocStackAsLive(allocation_stack_.get());

Completed in 63 milliseconds