Home
last modified time | relevance | path

Searched refs:MarkAllocStackAsLive (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.cc231 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()
Dsemi_space.cc336 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()
Dmark_sweep.cc1292 heap_->MarkAllocStackAsLive(live_stack); in Sweep()
Dconcurrent_copying.cc1593 heap_->MarkAllocStackAsLive(live_stack); in Sweep()
/art/runtime/gc/
Dheap.h614 void MarkAllocStackAsLive(accounting::ObjectStack* stack)
Dheap.cc991 void Heap::MarkAllocStackAsLive(accounting::ObjectStack* stack) { in MarkAllocStackAsLive() function in art::gc::Heap
2583 MarkAllocStackAsLive(allocation_stack_.get()); in FlushAllocStack()