Home
last modified time | relevance | path

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

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