OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEBUG_ENABLE_JNI_LOGGING
(Results
1 - 3
of
3
) sorted by null
/libcore/dalvik/src/main/java/dalvik/system/
Zygote.java
45
public static final int
DEBUG_ENABLE_JNI_LOGGING
= 1 << 4;
/art/runtime/native/
dalvik_system_Zygote.cc
275
DEBUG_ENABLE_JNI_LOGGING
= 1 << 4,
292
if ((debug_flags &
DEBUG_ENABLE_JNI_LOGGING
) != 0) {
294
debug_flags &= ~
DEBUG_ENABLE_JNI_LOGGING
;
/dalvik/vm/native/
dalvik_system_Zygote.cpp
54
DEBUG_ENABLE_JNI_LOGGING
= 1 << 4,
381
if ((debugFlags &
DEBUG_ENABLE_JNI_LOGGING
) != 0) {
Completed in 1081 milliseconds