Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc710 if (runtime->IsZygote() && runtime->IsUsingApexBootImageLocation() && UseJitCompilation()) { in CreateThreadPool()
721 if (runtime->IsSystemServer() && runtime->IsUsingApexBootImageLocation() && UseJitCompilation()) { in RegisterDexFiles()
891 Runtime::Current()->IsUsingApexBootImageLocation()) { in MaybeCompileMethod()
1037 } else if (Runtime::Current()->IsUsingApexBootImageLocation() && UseJitCompilation()) { in PostForkChildAction()
/art/runtime/
Doat_file.h477 if (!Runtime::Current()->IsUsingApexBootImageLocation()) { in GetOatFile()
Druntime.h197 bool IsUsingApexBootImageLocation() const { in IsUsingApexBootImageLocation() function