Lines Matching refs:heap_
172 heap_(nullptr),
235 heap_->DumpGcPerformanceInfo(LOG(INFO));
273 heap_->WaitForGcToComplete(gc::kGcCauseBackground, self);
274 heap_->DeleteThreadPool();
308 delete heap_;
430 heap_->PreZygoteFork();
722 heap_->CreateThreadPool();
725 heap_->ResetGcPerformanceInfo();
903 CHECK(!heap_->IsMovableObject(sentinel));
986 heap_ = new gc::Heap(runtime_options.GetOrDefault(Opt::MemoryInitialSize),
1017 if (!heap_->HasBootImageSpace() && !allow_dex_file_fallback_) {
1152 GetInternTable()->AddImagesStringsToTable(heap_->GetBootImageSpaces());
1573 heap_->VisitAllocationRecords(visitor);
1680 heap_->DisallowNewAllocationRecords();
1689 heap_->AllowNewAllocationRecords();
1700 heap_->BroadcastForNewAllocationRecords();