Searched refs:IsUsingApexBootImageLocation (Results 1 – 3 of 3) sorted by relevance
710 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()
477 if (!Runtime::Current()->IsUsingApexBootImageLocation()) { in GetOatFile()
197 bool IsUsingApexBootImageLocation() const { in IsUsingApexBootImageLocation() function