Lines Matching refs:heap_

114   mark_stack_ = heap_->GetMarkStack();  in InitializePhase()
135 mark_bitmap_ = heap_->GetMarkBitmap(); in InitializePhase()
198 heap_->SwapStacks(); in PausePhase()
199 live_stack_freeze_size_ = heap_->GetLiveStack()->Size(); in PausePhase()
204 heap_->PreSweepingGcVerification(this); in PausePhase()
222 heap_->ProcessCards(GetTimings(), false, true, false); in PreCleanCards()
250 heap_->RevokeAllThreadLocalAllocationStacks(self); in RevokeAllThreadLocalAllocationStacks()
261 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky); in MarkingPhase()
296 accounting::ModUnionTable* mod_union_table = heap_->FindModUnionTableFromSpace(space); in UpdateAndMarkModUnion()
348 if (space != heap_->GetNonMovingSpace()) { in FindDefaultSpaceBitmap()
354 << heap_->DumpSpaces(); in FindDefaultSpaceBitmap()
850 if (heap_->GetThreadPool() == nullptr || !Runtime::Current()->InJankPerceptibleProcessState()) { in GetThreadCount()
853 return (paused ? heap_->GetParallelGCThreadCount() : heap_->GetConcGCThreadCount()) + 1; in GetThreadCount()
1010 ThreadPool* thread_pool = heap_->GetThreadPool(); in RecursiveMark()
1098 if (!heap_->GetLiveBitmap()->Test(obj)) { in VerifyIsLive()
1100 CHECK(!heap_->allocation_stack_->Contains(obj)) in VerifyIsLive()
1101 << "Found dead object " << obj << "\n" << heap_->DumpSpaces(); in VerifyIsLive()
1198 for (space::ContinuousSpace* space : heap_->GetContinuousSpaces()) { in SweepArray()
1202 if (space == heap_->GetNonMovingSpace()) { in SweepArray()
1292 accounting::ObjectStack* live_stack = heap_->GetLiveStack(); in Sweep()
1293 heap_->MarkAllocStackAsLive(live_stack); in Sweep()
1310 space::LargeObjectSpace* los = heap_->GetLargeObjectsSpace(); in SweepLargeObjects()
1320 heap_->GetReferenceProcessor()->DelayReferenceReferent(klass, ref, this); in DelayReferenceReferent()
1471 heap_->ClearMarkedObjects(); in FinishPhase()