Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc145 DEBUG_JAVA_DEBUGGABLE = 1 << 8, enumerator
203 if ((runtime_flags & DEBUG_JAVA_DEBUGGABLE) != 0) { in EnableDebugFeatures()
212 runtime_flags &= ~DEBUG_JAVA_DEBUGGABLE; in EnableDebugFeatures()