Lines Matching full: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());
1568 heap_->VisitAllocationRecords(visitor);
1675 heap_->DisallowNewAllocationRecords();
1684 heap_->AllowNewAllocationRecords();
1695 heap_->BroadcastForNewAllocationRecords();