Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc143 DEBUG_ALWAYS_JIT = 1 << 6, enumerator
196 if ((runtime_flags & DEBUG_ALWAYS_JIT) != 0) { in EnableDebugFeatures()
202 runtime_flags &= ~DEBUG_ALWAYS_JIT; in EnableDebugFeatures()