HomeSort by relevance Sort by last modified time
    Searched refs:IsUsingApexBootImageLocation (Results 1 - 6 of 6) sorted by null

  /art/runtime/jit/
jit.cc 710 if (runtime->IsZygote() && runtime->IsUsingApexBootImageLocation() && UseJitCompilation()) {
721 if (runtime->IsSystemServer() && runtime->IsUsingApexBootImageLocation() && UseJitCompilation()) {
    [all...]
jit_code_cache.cc 549 if (Runtime::Current()->IsUsingApexBootImageLocation() &&
    [all...]
  /art/runtime/
oat_file.h 477 if (!Runtime::Current()->IsUsingApexBootImageLocation()) {
runtime.h 197 bool IsUsingApexBootImageLocation() const {
    [all...]
runtime.cc     [all...]
class_linker.cc     [all...]

Completed in 62 milliseconds