Home
last modified time | relevance | path

Searched refs:IsDebugMode (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger.cpp121 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()
Djs_debugger_manager.h77 bool IsDebugMode() const in IsDebugMode() function
Ddebugger_api.cpp840 bool prevDebugMode = mgr->IsDebugMode(); in EvaluateViaFuncCall()
859 bool prevDebugMode = mgr->IsDebugMode(); in CallFunctionOnCall()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter_impl.cpp68 if (Runtime::GetCurrent()->IsDebugMode()) { in ExecuteImpl()
Dinterpreter-inl.h2730 return !Runtime::GetCurrent()->IsDebugMode() && RuntimeIfaceT::IsCompilerEnableJit(); in IsCompilerEnableJit()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime.h206 bool IsDebugMode() const in IsDebugMode() function
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp356 runtimeOptions.SetVerificationMode(cliOptions.IsDebugMode() ? VerificationMode::DEBUG in Main()
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp121 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()
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp551 isJitEnabled_ = !this->IsDebugMode() && Runtime::GetOptions().IsCompilerEnableJit(); in Runtime()
915 if (IsDebugMode()) { in Initialize()
/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb30 if (UNLIKELY(Runtime::GetCurrent()->IsDebugMode())) {
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp698 return vm->GetJsDebuggerManager()->IsDebugMode() && channel_ != nullptr; in AllowNotify()
974 if (!vm_->GetJsDebuggerManager()->IsDebugMode()) { in SetBreakpointByUrl()
1039 if (!vm_->GetJsDebuggerManager()->IsDebugMode()) { in GetPossibleAndSetBreakpointByUrl()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp462 auto isDebug = GetEcmaVM()->GetJsDebuggerManager()->IsDebugMode(); in CheckSwitchDebuggerBCStub()
Djs_thread.h733 bool IsDebugMode() in IsDebugMode() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp262 if (thread->IsDebugMode() && !method->IsNativeWithCallField()) { in Execute()
304 if (thread->IsDebugMode() && !method->IsNativeWithCallField()) { in GeneratorReEnterInterpreter()
Dinterpreter-inl.h168 if (ecmaVm->GetJsDebuggerManager()->IsDebugMode()) { \