Home
last modified time | relevance | path

Searched refs:HasImageWithProfile (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/runtime/jit/
H A Djit.cc1168 static bool HasImageWithProfile() { in HasImageWithProfile() function
1179 return runtime->IsZygote() && HasImageWithProfile() && runtime->UseJitCompilation(); in InZygoteUsingJit()
1300 HasImageWithProfile() && in RegisterDexFiles()
1702 if (is_system_server && HasImageWithProfile()) { in PostForkChildAction()