HomeSort by relevance Sort by last modified time
    Searched defs:IsDebuggerActive (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
isolate-inl.h 52 bool Isolate::IsDebuggerActive() {
55 return debugger()->IsDebuggerActive();
debug.cc     [all...]
  /external/chromium_org/v8/src/
isolate-inl.h 52 return FLAG_optimize_for_size && FLAG_age_code && !IsDebuggerActive();
56 bool Isolate::IsDebuggerActive() {
59 return debugger()->IsDebuggerActive();
compiler.cc 255 static bool IsDebuggerActive(Isolate* isolate) {
259 isolate->debugger()->IsDebuggerActive();
267 return FLAG_always_full_compiler || IsDebuggerActive(isolate);
    [all...]
debug.cc     [all...]
  /art/runtime/
debugger.cc 578 bool Dbg::IsDebuggerActive() {
    [all...]

Completed in 363 milliseconds