Lines Matching full:heap_
107 mark_stack_ = heap_->GetMarkStack();
113 mark_bitmap_ = heap_->GetMarkBitmap();
119 heap_->GetReferenceProcessor()->ProcessReferences(
169 heap_->ProcessCards(GetTimings(), false, false, true);
173 heap_->GetCardTable()->ClearCardTable();
178 heap_->RevokeAllThreadLocalAllocationStacks(self);
181 heap_->SwapStacks();
201 // heap_->PreSweepingGcVerification(this);
206 for (auto& space : heap_->GetContinuousSpaces()) {
209 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space);
223 accounting::ObjectStack* live_stack = heap_->GetLiveStack();
226 heap_->MarkAllocStackAsLive(live_stack);
342 for (const auto& space : heap_->GetContinuousSpaces()) {
344 accounting::ModUnionTable* table = heap_->FindModUnionTableFromSpace(space);
374 heap_->GetReferenceProcessor()->UpdateRoots(this);
537 space::LargeObjectSpace* los = heap_->GetLargeObjectsSpace();
547 heap_->GetReferenceProcessor()->DelayReferenceReferent(klass, reference, this);
611 heap_->ClearMarkedObjects();