Searched refs:HasImageWithProfile (Results 1 – 4 of 4) sorted by relevance
417 if (runtime->GetHeap()->HasBootImageSpace() && !runtime->HasImageWithProfile()) { in ReportDeviceMetrics()
1197 return runtime->IsZygote() && runtime->HasImageWithProfile() && runtime->UseJitCompilation(); in InZygoteUsingJit()1322 runtime->HasImageWithProfile() && in RegisterDexFiles()1676 if (is_system_server && runtime->HasImageWithProfile()) { in PostForkChildAction()
1140 bool HasImageWithProfile() const;
3487 bool Runtime::HasImageWithProfile() const { in HasImageWithProfile() function in art::Runtime