Home
last modified time | relevance | path

Searched refs:live_stack (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.cc253 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in MarkReachableObjects() local
256 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()
258 live_stack->Reset(); in MarkReachableObjects()
Dsemi_space.cc315 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in MarkReachableObjects() local
316 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()
317 live_stack->Reset(); in MarkReachableObjects()
Dmark_sweep.cc1104 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep() local
1105 heap_->MarkAllocStackAsLive(live_stack); in Sweep()
1106 live_stack->Reset(); in Sweep()
/art/runtime/gc/
Dheap.cc2348 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference() local
2401 if (live_stack->Contains(const_cast<mirror::Object*>(obj))) { in VerifyReference()
2407 if (live_stack->Contains(const_cast<mirror::Object*>(ref))) { in VerifyReference()
2564 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in operator ()() local
2565 if (live_stack->ContainsSorted(ref)) { in operator ()()
2566 if (live_stack->ContainsSorted(obj)) { in operator ()()