HomeSort by relevance Sort by last modified time
    Searched full:isdebuggeractive (Results 1 - 25 of 31) sorted by null

1 2

  /external/vixl/src/aarch64/
debugger-aarch64.h 59 bool IsDebuggerActive() const { return debugger_active_; }
debugger-aarch64.cc 545 if (IsDebuggerActive()) RunDebuggerShell();
697 if (IsDebuggerActive()) {
1163 VIXL_ASSERT(debugger->IsDebuggerActive());
    [all...]
  /art/runtime/
debugger.h 254 static bool IsDebuggerActive() {
564 if (!IsDebuggerActive()) {
575 if (!IsDebuggerActive()) {
586 if (!IsDebuggerActive()) {
597 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) {
610 if (!IsDebuggerActive() && !thread->HasDebuggerShadowFrames()) {
    [all...]
debugger.cc 360 return Dbg::IsDebuggerActive();
369 return Dbg::IsDebuggerActive();
661 if (IsDebuggerActive()) {
723 if (IsDebuggerActive()) {
    [all...]
thread.cc     [all...]
thread_list.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 181 return Dbg::IsDebuggerActive();
714 FAST_NATIVE_METHOD(VMRuntime, isDebuggerActive, "()Z"),
dalvik_system_VMDebug.cc 157 return Dbg::IsDebuggerActive();
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 327 public native boolean isDebuggerActive();
  /libcore/libart/src/main/java/java/lang/
Daemons.java 282 if (finalizing != null && !VMRuntime.getRuntime().isDebuggerActive()) {
  /external/google-breakpad/src/client/ios/
Breakpad.mm 211 static BOOL IsDebuggerActive() {
286 if (IsDebuggerActive()) {
    [all...]
  /external/google-breakpad/src/client/mac/Framework/
Breakpad.mm 228 static BOOL IsDebuggerActive() {
349 if (IsDebuggerActive()) {
    [all...]
  /art/runtime/jdwp/
jdwp_main.cc 727 if (!Dbg::IsDebuggerActive()) {
  /art/runtime/interpreter/mterp/
mterp.cc 153 Dbg::IsDebuggerActive() ||
    [all...]
  /art/openjdkjvmti/
ti_redefine.cc     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-r1.jar 

Completed in 607 milliseconds

1 2