Searched refs:live_stack (Results 1 – 4 of 4) sorted by relevance
283 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in MarkReachableObjects() local284 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()285 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()
2464 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep() local2467 CHECK_GE(live_stack_freeze_size_, live_stack->Size()); in Sweep()2469 heap_->MarkAllocStackAsLive(live_stack); in Sweep()2470 live_stack->Reset(); in Sweep()
2914 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference() local2967 if (live_stack->Contains(const_cast<mirror::Object*>(obj))) { in VerifyReference()2973 if (live_stack->Contains(const_cast<mirror::Object*>(ref))) { in VerifyReference()3142 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in operator ()() local3143 if (live_stack->ContainsSorted(ref)) { in operator ()()3144 if (live_stack->ContainsSorted(obj)) { in operator ()()