Lines Matching full:heap_
114 mark_stack_ = heap_->GetMarkStack();
135 mark_bitmap_ = heap_->GetMarkBitmap();
198 heap_->SwapStacks();
199 live_stack_freeze_size_ = heap_->GetLiveStack()->Size();
204 heap_->PreSweepingGcVerification(this);
222 heap_->ProcessCards(GetTimings(), false, true, false);
250 heap_->RevokeAllThreadLocalAllocationStacks(self);
261 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky);
296 accounting::ModUnionTable* mod_union_table = heap_->FindModUnionTableFromSpace(space);
348 if (space != heap_->GetNonMovingSpace()) {
354 << heap_->DumpSpaces();
852 if (heap_->GetThreadPool() == nullptr || !Runtime::Current()->InJankPerceptibleProcessState()) {
855 return (paused ? heap_->GetParallelGCThreadCount() : heap_->GetConcGCThreadCount()) + 1;
1012 ThreadPool* thread_pool = heap_->GetThreadPool();
1100 if (!heap_->GetLiveBitmap()->Test(obj)) {
1102 CHECK(!heap_->allocation_stack_->Contains(obj))
1103 << "Found dead object " << obj << "\n" << heap_->DumpSpaces();
1200 for (space::ContinuousSpace* space : heap_->GetContinuousSpaces()) {
1204 if (space == heap_->GetNonMovingSpace()) {
1294 accounting::ObjectStack* live_stack = heap_->GetLiveStack();
1295 heap_->MarkAllocStackAsLive(live_stack);
1312 space::LargeObjectSpace* los = heap_->GetLargeObjectsSpace();
1322 heap_->GetReferenceProcessor()->DelayReferenceReferent(klass, ref, this);
1473 heap_->ClearMarkedObjects();