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

/art/runtime/
H A Djni_internal.cc2856 void JNIEnvExt::SetCheckJniEnabled(bool enabled) { argument
2857 check_jni = enabled;
2858 functions = enabled ? GetCheckJniNativeInterface() : &gJniNativeInterface;
3038 void JavaVMExt::SetCheckJniEnabled(bool enabled) { argument
3039 check_jni = enabled;
3040 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 63 milliseconds