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

1 2

  /external/chromium_org/v8/src/
isolate-inl.h 52 bool Isolate::IsDebuggerActive() {
55 return debugger()->IsDebuggerActive();
execution.cc 138 if (isolate->debugger()->IsDebuggerActive()) {
830 if (!isolate->debugger()->IsDebuggerActive()) {
compiler.cc 249 static bool IsDebuggerActive(Isolate* isolate) {
253 isolate->debugger()->IsDebuggerActive();
261 return FLAG_always_full_compiler || IsDebuggerActive(isolate);
    [all...]
full-codegen.cc 345 info->isolate()->debugger()->IsDebuggerActive());
832 if (!isolate()->debugger()->IsDebuggerActive()) {
858 if (!isolate()->debugger()->IsDebuggerActive()) {
    [all...]
debug.h 885 return !compiling_natives_ && Debugger::IsDebuggerActive();
903 bool IsDebuggerActive();
    [all...]
debug.cc     [all...]
isolate.h     [all...]
  /external/v8/src/
isolate-inl.h 52 bool Isolate::IsDebuggerActive() {
55 return debugger()->IsDebuggerActive();
full-codegen.cc 327 info->isolate()->debugger()->IsDebuggerActive());
686 if (!isolate()->debugger()->IsDebuggerActive()) {
712 if (!isolate()->debugger()->IsDebuggerActive()) {
    [all...]
debug.h 814 return !compiling_natives_ && Debugger::IsDebuggerActive();
828 bool IsDebuggerActive();
    [all...]
debug.cc     [all...]
compiler.cc 145 isolate->debugger()->IsDebuggerActive();
isolate.h     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 99 return Dbg::IsDebuggerActive();
207 NATIVE_METHOD(VMRuntime, isDebuggerActive, "()Z"),
dalvik_system_VMDebug.cc 118 return Dbg::IsDebuggerActive();
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 224 public native boolean isDebuggerActive();
  /libcore/libart/src/main/java/java/lang/
Daemons.java 216 if (!finalized && !VMRuntime.getRuntime().isDebuggerActive()) {
  /libcore/libdvm/src/main/java/dalvik/system/
VMRuntime.java 224 public native boolean isDebuggerActive();
  /libcore/libdvm/src/main/java/java/lang/
Daemons.java 213 if (!finalized && !VMRuntime.getRuntime().isDebuggerActive()) {
  /art/runtime/
debugger.h 112 static bool IsDebuggerActive();
debugger.cc 578 bool Dbg::IsDebuggerActive() {
    [all...]
  /art/runtime/jdwp/
jdwp_main.cc 579 if (!Dbg::IsDebuggerActive()) {
  /dalvik/vm/native/
dalvik_system_VMRuntime.cpp 561 { "isDebuggerActive", "()Z",
  /external/v8/src/arm/
full-codegen-arm.cc 337 if (isolate()->IsDebuggerActive()) {
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 327 if (isolate()->IsDebuggerActive()) {
    [all...]

Completed in 482 milliseconds

1 2