Searched refs:IsDebuggerActive (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/
H A Disolate-inl.h52 bool Isolate::IsDebuggerActive() { function in class:v8::internal::Isolate
55 return debugger()->IsDebuggerActive();
H A Dfull-codegen.cc327 info->isolate()->debugger()->IsDebuggerActive());
686 if (!isolate()->debugger()->IsDebuggerActive()) {
712 if (!isolate()->debugger()->IsDebuggerActive()) {
H A Ddebug.h814 return !compiling_natives_ && Debugger::IsDebuggerActive();
828 bool IsDebuggerActive();
H A Ddebug.cc2588 if (!IsDebuggerActive()) return;
2652 if (!IsDebuggerActive()) return;
2895 if (!Debugger::IsDebuggerActive()) {
3016 if (IsDebuggerActive()) {
3109 bool Debugger::IsDebuggerActive() { function in class:v8::internal::Debugger
3287 if (!isolate_->debugger()->IsDebuggerActive()) {
H A Dcompiler.cc145 isolate->debugger()->IsDebuggerActive();
H A Disolate.h930 inline bool IsDebuggerActive();
/external/v8/src/arm/
H A Dfull-codegen-arm.cc337 if (isolate()->IsDebuggerActive()) {
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc327 if (isolate()->IsDebuggerActive()) {
/external/v8/src/mips/
H A Dfull-codegen-mips.cc340 if (isolate()->IsDebuggerActive()) {

Completed in 1953 milliseconds