Home | History | Annotate | Download | only in collector

Lines Matching refs:live_stack

279   accounting::ObjectStack* live_stack = heap_->GetLiveStack();
281 heap_->large_object_space_->GetLiveObjects(), live_stack);
282 live_stack->Reset();
1013 accounting::ObjectStack* live_stack;
1023 accounting::ObjectStack* live_stack = array_check->live_stack;
1024 if (std::find(live_stack->Begin(), live_stack->End(), object) == live_stack->End()) {