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.cc337 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()
Dmark_sweep.cc1292 heap_->MarkAllocStackAsLive(live_stack); in Sweep()
Dconcurrent_copying.cc1670 heap_->MarkAllocStackAsLive(live_stack); in Sweep()
/art/runtime/gc/
Dheap.h613 void MarkAllocStackAsLive(accounting::ObjectStack* stack)
Dheap.cc904 void Heap::MarkAllocStackAsLive(accounting::ObjectStack* stack) { in MarkAllocStackAsLive() function in art::gc::Heap
2436 MarkAllocStackAsLive(allocation_stack_.get()); in FlushAllocStack()