Lines Matching refs:heap_
117 mark_stack_ = heap_->GetMarkStack(); in InitializePhase()
136 mark_bitmap_ = heap_->GetMarkBitmap(); in InitializePhase()
197 heap_->SwapStacks(self); in PausePhase()
198 live_stack_freeze_size_ = heap_->GetLiveStack()->Size(); in PausePhase()
203 heap_->PreSweepingGcVerification(this); in PausePhase()
221 heap_->ProcessCards(GetTimings(), false, true, false); in PreCleanCards()
249 heap_->RevokeAllThreadLocalAllocationStacks(self); in RevokeAllThreadLocalAllocationStacks()
260 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky); in MarkingPhase()
269 for (const auto& space : heap_->GetContinuousSpaces()) { in UpdateAndMarkModUnion()
274 accounting::ModUnionTable* mod_union_table = heap_->FindModUnionTableFromSpace(space); in UpdateAndMarkModUnion()
317 if (space != heap_->GetNonMovingSpace()) { in FindDefaultSpaceBitmap()
323 << heap_->DumpSpaces(); in FindDefaultSpaceBitmap()
800 if (heap_->GetThreadPool() == nullptr || !heap_->CareAboutPauseTimes()) { in GetThreadCount()
803 return (paused ? heap_->GetParallelGCThreadCount() : heap_->GetConcGCThreadCount()) + 1; in GetThreadCount()
944 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark()
1028 if (!heap_->GetLiveBitmap()->Test(obj)) { in VerifyIsLive()
1030 CHECK(!heap_->allocation_stack_->Contains(obj)) in VerifyIsLive()
1031 << "Found dead object " << obj << "\n" << heap_->DumpSpaces(); in VerifyIsLive()
1130 for (space::ContinuousSpace* space : heap_->GetContinuousSpaces()) { in SweepArray()
1133 if (space == heap_->GetNonMovingSpace()) { in SweepArray()
1223 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep()
1224 heap_->MarkAllocStackAsLive(live_stack); in Sweep()
1240 space::LargeObjectSpace* los = heap_->GetLargeObjectsSpace(); in SweepLargeObjects()
1253 heap_->GetReferenceProcessor()->DelayReferenceReferent(klass, ref, &HeapReferenceMarkedCallback, in DelayReferenceReferent()
1385 heap_->ClearMarkedObjects(); in FinishPhase()