Home
last modified time | relevance | path

Searched refs:debuggerPostTask (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/inspector/
Dinspector.cpp138 const DebuggerPostTask& debuggerPostTask, int port) in InitializeInspector() argument
155 newInspector->debuggerPostTask_ = debuggerPostTask; in InitializeInspector()
261 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) in StartDebug() argument
276 if (!InitializeInspector(vm, componentName, instanceId, debuggerPostTask, port)) { in StartDebug()
Dinspector.h36 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port);
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h98 const DebuggerPostTask &debuggerPostTask);
Djsnapi.h1353 const DebuggerPostTask &debuggerPostTask = {});
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp557 const DebuggerPostTask &debuggerPostTask) in StartProfiler() argument
563 if (JSNApi::StartDebugger(vm, debugOption, instanceId, debuggerPostTask)) { in StartProfiler()
572 return JSNApi::StartDebugger(vm, debugOption, instanceId, debuggerPostTask); in StartProfiler()
Djsnapi.cpp102 const DebuggerPostTask& debuggerPostTask, int port);
422 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebugger() argument
453 "PandaDebugger", vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebugger()
465 DEBUGGER_NAME, vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebugger()