Home
last modified time | relevance | path

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

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