Searched refs:live_stack (Results 1 – 4 of 4) sorted by relevance
253 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in MarkReachableObjects() local256 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()258 live_stack->Reset(); in MarkReachableObjects()
315 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in MarkReachableObjects() local316 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()317 live_stack->Reset(); in MarkReachableObjects()
1104 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep() local1105 heap_->MarkAllocStackAsLive(live_stack); in Sweep()1106 live_stack->Reset(); in Sweep()
2348 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference() local2401 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 ()() local2565 if (live_stack->ContainsSorted(ref)) { in operator ()()2566 if (live_stack->ContainsSorted(obj)) { in operator ()()