Searched refs:use_jit (Results 1 - 2 of 2) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc103 bool use_jit = false; local
108 use_jit = true;
113 runtime->GetJITOptions()->SetUseJIT(use_jit);
/art/compiler/dex/
H A Dmir_method_info.cc68 const bool use_jit = runtime->UseJit(); local
103 CHECK(use_jit);

Completed in 43 milliseconds