Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc143 DEBUG_ALWAYS_JIT = 1 << 6, enumerator
197 if ((runtime_flags & DEBUG_ALWAYS_JIT) != 0) { in EnableDebugFeatures()
203 runtime_flags &= ~DEBUG_ALWAYS_JIT; in EnableDebugFeatures()
/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
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java1942 runtimeFlags |= Zygote.DEBUG_ALWAYS_JIT; // Don't interpret anything