Searched refs:live_stack (Results 1 – 5 of 5) sorted by relevance
236 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in MarkReachableObjects() local239 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()241 live_stack->Reset(); in MarkReachableObjects()
355 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in MarkReachableObjects() local356 heap_->MarkAllocStackAsLive(live_stack); in MarkReachableObjects()357 live_stack->Reset(); in MarkReachableObjects()
1292 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep() local1293 heap_->MarkAllocStackAsLive(live_stack); in Sweep()1294 live_stack->Reset(); in Sweep()
1201 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep() local1203 CHECK_GE(live_stack_freeze_size_, live_stack->Size()); in Sweep()1205 heap_->MarkAllocStackAsLive(live_stack); in Sweep()1206 live_stack->Reset(); in Sweep()
2918 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in VerifyReference() local2971 if (live_stack->Contains(const_cast<mirror::Object*>(obj))) { in VerifyReference()2977 if (live_stack->Contains(const_cast<mirror::Object*>(ref))) { in VerifyReference()3143 accounting::ObjectStack* live_stack = heap_->live_stack_.get(); in operator ()() local3144 if (live_stack->ContainsSorted(ref)) { in operator ()()3145 if (live_stack->ContainsSorted(obj)) { in operator ()()