Lines Matching refs:heap_

242       heap_(nullptr),  in Runtime()
343 heap_->CalculatePreGcWeightedAllocatedBytes(); in ~Runtime()
349 heap_->DumpGcPerformanceInfo(LOG_STREAM(INFO)); in ~Runtime()
351 uint64_t process_cpu_time = process_cpu_end_time - heap_->GetProcessCpuStartTime(); in ~Runtime()
352 uint64_t gc_cpu_time = heap_->GetTotalGcCpuTime(); in ~Runtime()
359 heap_->GetPreGcWeightedAllocatedBytes() / process_cpu_time; in ~Runtime()
364 heap_->GetPostGcWeightedAllocatedBytes() / in ~Runtime()
365 (heap_->GetPostGCLastProcessCpuTime() - heap_->GetProcessCpuStartTime()); in ~Runtime()
428 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()
429 heap_->DeleteThreadPool(); in ~Runtime()
485 delete heap_; in ~Runtime()
486 heap_ = nullptr; in ~Runtime()
683 heap_->PreZygoteFork(); in PreZygoteFork()
1043 heap_->CreateThreadPool(); in InitNonZygoteOrPostFork()
1060 heap_->ResetGcPerformanceInfo(); in InitNonZygoteOrPostFork()
1151 CHECK(!heap_->IsMovableObject(sentinel)); in SetSentinel()
1379 heap_ = new gc::Heap(runtime_options.GetOrDefault(Opt::MemoryInitialSize), in Init()
1579 for (gc::space::ImageSpace* image_space : heap_->GetBootImageSpaces()) { in Init()
1583 if (heap_->GetBootImageSpaces().size() != GetBootClassPath().size()) { in Init()
1585 DCHECK_LT(heap_->GetBootImageSpaces().size(), GetBootClassPath().size()); in Init()
1586 size_t start = heap_->GetBootImageSpaces().size(); in Init()
2193 heap_->VisitAllocationRecords(visitor); in VisitConcurrentRoots()
2237 heap_->VisitReflectiveTargets(visitor); in VisitReflectiveTargets()
2326 heap_->DisallowNewAllocationRecords(); in DisallowNewSystemWeaks()
2342 heap_->AllowNewAllocationRecords(); in AllowNewSystemWeaks()
2360 heap_->BroadcastForNewAllocationRecords(); in BroadcastForNewSystemWeaks()