Searched refs:enabled (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Djni_internal.h91 void SetCheckJniEnabled(bool enabled);
150 void SetCheckJniEnabled(bool enabled);
H A Ddebugger.h392 static void SetAllocTrackingEnabled(bool enabled);
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 678 milliseconds