Searched refs:IsDebugMode (Results 1 – 15 of 15) sorted by relevance
121 if (hooks_ == nullptr || !ecmaVm_->GetJsDebuggerManager()->IsDebugMode()) { in HandleDebuggerStmt()248 if (hooks_ == nullptr || !ecmaVm_->GetJsDebuggerManager()->IsDebugMode()) { in MethodEntry()261 if (hooks_ == nullptr || !ecmaVm_->GetJsDebuggerManager()->IsDebugMode()) { in MethodExit()
77 bool IsDebugMode() const in IsDebugMode() function
840 bool prevDebugMode = mgr->IsDebugMode(); in EvaluateViaFuncCall()859 bool prevDebugMode = mgr->IsDebugMode(); in CallFunctionOnCall()
68 if (Runtime::GetCurrent()->IsDebugMode()) { in ExecuteImpl()
2730 return !Runtime::GetCurrent()->IsDebugMode() && RuntimeIfaceT::IsCompilerEnableJit(); in IsCompilerEnableJit()
206 bool IsDebugMode() const in IsDebugMode() function
356 runtimeOptions.SetVerificationMode(cliOptions.IsDebugMode() ? VerificationMode::DEBUG in Main()
121 EXPECT_FALSE(ecmaVm->GetJsDebuggerManager()->IsDebugMode()); in HWTEST_F_L0()135 EXPECT_TRUE(ecmaVm->GetJsDebuggerManager()->IsDebugMode()); in HWTEST_F_L0()163 EXPECT_FALSE(ecmaVm->GetJsDebuggerManager()->IsDebugMode()); in HWTEST_F_L0()
551 isJitEnabled_ = !this->IsDebugMode() && Runtime::GetOptions().IsCompilerEnableJit(); in Runtime()915 if (IsDebugMode()) { in Initialize()
30 if (UNLIKELY(Runtime::GetCurrent()->IsDebugMode())) {
698 return vm->GetJsDebuggerManager()->IsDebugMode() && channel_ != nullptr; in AllowNotify()974 if (!vm_->GetJsDebuggerManager()->IsDebugMode()) { in SetBreakpointByUrl()1039 if (!vm_->GetJsDebuggerManager()->IsDebugMode()) { in GetPossibleAndSetBreakpointByUrl()
462 auto isDebug = GetEcmaVM()->GetJsDebuggerManager()->IsDebugMode(); in CheckSwitchDebuggerBCStub()
733 bool IsDebugMode() in IsDebugMode() function
262 if (thread->IsDebugMode() && !method->IsNativeWithCallField()) { in Execute()304 if (thread->IsDebugMode() && !method->IsNativeWithCallField()) { in GeneratorReEnterInterpreter()
168 if (ecmaVm->GetJsDebuggerManager()->IsDebugMode()) { \