Lines Matching refs:heap_
118 mark_stack_ = heap_->GetMarkStack(); in InitializePhase()
139 mark_bitmap_ = heap_->GetMarkBitmap(); in InitializePhase()
202 heap_->SwapStacks(); in PausePhase()
203 live_stack_freeze_size_ = heap_->GetLiveStack()->Size(); in PausePhase()
208 heap_->PreSweepingGcVerification(this); in PausePhase()
226 heap_->ProcessCards(GetTimings(), false, true, false); in PreCleanCards()
254 heap_->RevokeAllThreadLocalAllocationStacks(self); in RevokeAllThreadLocalAllocationStacks()
284 heap_->ProcessCards(GetTimings(), in MarkingPhase()
322 accounting::ModUnionTable* mod_union_table = heap_->FindModUnionTableFromSpace(space); in UpdateAndMarkModUnion()
374 if (space != heap_->GetNonMovingSpace()) { in FindDefaultSpaceBitmap()
380 << heap_->DumpSpaces(); in FindDefaultSpaceBitmap()
874 if (heap_->GetThreadPool() == nullptr || !Runtime::Current()->InJankPerceptibleProcessState()) { in GetThreadCount()
877 return (paused ? heap_->GetParallelGCThreadCount() : heap_->GetConcGCThreadCount()) + 1; in GetThreadCount()
1034 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark()
1121 if (!heap_->GetLiveBitmap()->Test(obj)) { in VerifyIsLive()
1123 CHECK(!heap_->allocation_stack_->Contains(obj)) in VerifyIsLive()
1124 << "Found dead object " << obj << "\n" << heap_->DumpSpaces(); in VerifyIsLive()
1221 for (space::ContinuousSpace* space : heap_->GetContinuousSpaces()) { in SweepArray()
1225 if (space == heap_->GetNonMovingSpace()) { in SweepArray()
1315 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep()
1316 heap_->MarkAllocStackAsLive(live_stack); in Sweep()
1333 space::LargeObjectSpace* los = heap_->GetLargeObjectsSpace(); in SweepLargeObjects()
1343 heap_->GetReferenceProcessor()->DelayReferenceReferent(klass, ref, this); in DelayReferenceReferent()
1498 heap_->ClearMarkedObjects(); in FinishPhase()