Lines Matching refs:heap_
248 heap_(nullptr), in Runtime()
355 heap_->CalculatePreGcWeightedAllocatedBytes(); in ~Runtime()
361 heap_->DumpGcPerformanceInfo(LOG_STREAM(INFO)); in ~Runtime()
363 uint64_t process_cpu_time = process_cpu_end_time - heap_->GetProcessCpuStartTime(); in ~Runtime()
364 uint64_t gc_cpu_time = heap_->GetTotalGcCpuTime(); in ~Runtime()
371 heap_->GetPreGcWeightedAllocatedBytes() / process_cpu_time; in ~Runtime()
376 heap_->GetPostGcWeightedAllocatedBytes() / in ~Runtime()
377 (heap_->GetPostGCLastProcessCpuTime() - heap_->GetProcessCpuStartTime()); in ~Runtime()
440 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()
441 heap_->DeleteThreadPool(); in ~Runtime()
500 delete heap_; in ~Runtime()
501 heap_ = nullptr; in ~Runtime()
698 heap_->PreZygoteFork(); in PreZygoteFork()
1094 heap_->CreateThreadPool(); in InitNonZygoteOrPostFork()
1111 heap_->ResetGcPerformanceInfo(); in InitNonZygoteOrPostFork()
1240 CHECK(!heap_->IsMovableObject(sentinel)); in SetSentinel()
1562 heap_ = new gc::Heap(runtime_options.GetOrDefault(Opt::MemoryInitialSize), in Init()
1764 for (gc::space::ImageSpace* image_space : heap_->GetBootImageSpaces()) { in Init()
1770 ArrayRef<gc::space::ImageSpace* const>(heap_->GetBootImageSpaces())); in Init()
2409 heap_->VisitAllocationRecords(visitor); in VisitConcurrentRoots()
2453 heap_->VisitReflectiveTargets(visitor); in VisitReflectiveTargets()
2542 heap_->DisallowNewAllocationRecords(); in DisallowNewSystemWeaks()
2558 heap_->AllowNewAllocationRecords(); in AllowNewSystemWeaks()
2576 heap_->BroadcastForNewAllocationRecords(); in BroadcastForNewSystemWeaks()