Lines Matching refs:heap_
238 heap_(nullptr),
337 heap_->CalculatePreGcWeightedAllocatedBytes();
343 heap_->DumpGcPerformanceInfo(LOG_STREAM(INFO));
345 uint64_t process_cpu_time = process_cpu_end_time - heap_->GetProcessCpuStartTime();
346 uint64_t gc_cpu_time = heap_->GetTotalGcCpuTime();
353 heap_->GetPreGcWeightedAllocatedBytes() / process_cpu_time;
358 heap_->GetPostGcWeightedAllocatedBytes() /
359 (heap_->GetPostGCLastProcessCpuTime() - heap_->GetProcessCpuStartTime());
418 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self);
419 heap_->DeleteThreadPool();
471 delete heap_;
657 heap_->PreZygoteFork();
987 heap_->CreateThreadPool();
1002 heap_->ResetGcPerformanceInfo();
1083 CHECK(!heap_->IsMovableObject(sentinel));
1308 heap_ = new gc::Heap(runtime_options.GetOrDefault(Opt::MemoryInitialSize),
1348 if (!heap_->HasBootImageSpace() && !allow_dex_file_fallback_) {
1528 for (gc::space::ImageSpace* image_space : heap_->GetBootImageSpaces()) {
1532 if (heap_->GetBootImageSpaces().size() != GetBootClassPath().size()) {
1534 DCHECK_LT(heap_->GetBootImageSpaces().size(), GetBootClassPath().size());
1535 size_t start = heap_->GetBootImageSpaces().size();
2115 heap_->VisitAllocationRecords(visitor);
2239 heap_->DisallowNewAllocationRecords();
2255 heap_->AllowNewAllocationRecords();
2273 heap_->BroadcastForNewAllocationRecords();