Lines Matching full:heap_
146 mark_stack_ = heap_->GetMarkStack();
160 mark_bitmap_ = heap_->GetMarkBitmap();
229 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_, false, true);
233 heap_->GetCardTable()->ClearCardTable();
238 heap_->RevokeAllThreadLocalAllocationStacks(self_);
240 heap_->SwapStacks();
279 heap_->PreSweepingGcVerification(this);
281 heap_->SwapSemiSpaces();
331 accounting::ObjectStack* live_stack = heap_->GetLiveStack();
332 heap_->MarkAllocStackAsLive(live_stack);
335 for (auto& space : heap_->GetContinuousSpaces()) {
337 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space);
354 DCHECK(space == heap_->GetNonMovingSpace() || space == heap_->GetPrimaryFreeListSpace())
670 space::LargeObjectSpace* los = heap_->GetLargeObjectsSpace();
680 heap_->GetReferenceProcessor()->DelayReferenceReferent(klass, reference, this);
834 heap_->ClearMarkedObjects();