Home | History | Annotate | Download | only in collector

Lines Matching refs:live_stack

1666     accounting::ObjectStack* live_stack = heap_->GetLiveStack();
1668 CHECK_GE(live_stack_freeze_size_, live_stack->Size());
1670 heap_->MarkAllocStackAsLive(live_stack);
1671 live_stack->Reset();