Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc143 DEBUG_ALWAYS_JIT = 1 << 6, enumerator
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DZygote.java70 public static final int DEBUG_ALWAYS_JIT = 1 << 6; field in Zygote