Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dsemi_space.cc284 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()
Dmark_sweep.cc1316 heap_->MarkAllocStackAsLive(live_stack); in Sweep()
Dconcurrent_copying.cc2416 heap_->MarkAllocStackAsLive(live_stack); in Sweep()
/art/runtime/gc/
Dheap.h685 void MarkAllocStackAsLive(accounting::ObjectStack* stack)
Dheap.cc1021 void Heap::MarkAllocStackAsLive(accounting::ObjectStack* stack) { in MarkAllocStackAsLive() function in art::gc::Heap
2477 MarkAllocStackAsLive(allocation_stack_.get()); in FlushAllocStack()