Searched refs:live_stack (Results 1 – 3 of 3) sorted by relevance
337 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in MarkReachableObjects() local338 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()339 live_stack->Reset(); in MarkReachableObjects()
1315 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep() local1316 heap_->MarkAllocStackAsLive(live_stack); in Sweep()1317 live_stack->Reset(); in Sweep()
3008 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference() local3061 if (live_stack->Contains(const_cast<mirror::Object*>(obj))) { in VerifyReference()3067 if (live_stack->Contains(const_cast<mirror::Object*>(ref))) { in VerifyReference()3230 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in operator ()() local3231 if (live_stack->ContainsSorted(ref)) { in operator ()()3232 if (live_stack->ContainsSorted(obj)) { in operator ()()