Searched defs:enabled (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Djni_internal.cc2859 void JNIEnvExt::SetCheckJniEnabled(bool enabled) { argument
2860 check_jni = enabled;
2861 functions = enabled ? GetCheckJniNativeInterface() : &gJniNativeInterface;
3041 void JavaVMExt::SetCheckJniEnabled(bool enabled) { argument
3042 check_jni = enabled;
3043 functions = enabled ? GetCheckJniInvokeInterface() : &gJniInvokeInterface;
H A Ddebugger.cc447 // Init JDWP if the debugger is enabled. This may connect out to a
3005 * first enabled, it's possible for "thread" to be actively executing.
3477 void Dbg::SetAllocTrackingEnabled(bool enabled) { argument
3479 if (enabled) {

Completed in 74 milliseconds