Lines Matching refs:heap_
262 heap_(nullptr), in Runtime()
376 heap_->CalculatePreGcWeightedAllocatedBytes(); in ~Runtime()
382 heap_->DumpGcPerformanceInfo(LOG_STREAM(INFO)); in ~Runtime()
384 uint64_t process_cpu_time = process_cpu_end_time - heap_->GetProcessCpuStartTime(); in ~Runtime()
385 uint64_t gc_cpu_time = heap_->GetTotalGcCpuTime(); in ~Runtime()
392 heap_->GetPreGcWeightedAllocatedBytes() / process_cpu_time; in ~Runtime()
397 heap_->GetPostGcWeightedAllocatedBytes() / in ~Runtime()
398 (heap_->GetPostGCLastProcessCpuTime() - heap_->GetProcessCpuStartTime()); in ~Runtime()
428 heap_->DisableGCForShutdown(); in ~Runtime()
429 heap_->WaitForWorkersToBeCreated(); in ~Runtime()
431 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); in ~Runtime()
464 heap_->DeleteThreadPool(); in ~Runtime()
530 delete heap_; in ~Runtime()
531 heap_ = nullptr; in ~Runtime()
846 if (!heap_->HasZygoteSpace()) { in PreZygoteFork()
859 heap_->PreZygoteFork(); in PreZygoteFork()
1281 heap_->ResetGcPerformanceInfo(); in InitNonZygoteOrPostFork()
1410 CHECK(!heap_->IsMovableObject(sentinel)); in SetSentinel()
1758 heap_ = new gc::Heap(runtime_options.GetOrDefault(Opt::MemoryInitialSize), in Init()
1978 for (gc::space::ImageSpace* image_space : heap_->GetBootImageSpaces()) { in Init()
1984 ArrayRef<gc::space::ImageSpace* const>(heap_->GetBootImageSpaces())); in Init()
2653 heap_->VisitAllocationRecords(visitor); in VisitConcurrentRoots()
2693 heap_->VisitReflectiveTargets(visitor); in VisitReflectiveTargets()
2785 heap_->DisallowNewAllocationRecords(); in DisallowNewSystemWeaks()
2801 heap_->AllowNewAllocationRecords(); in AllowNewSystemWeaks()
2819 heap_->BroadcastForNewAllocationRecords(); in BroadcastForNewSystemWeaks()