| /arkcompiler/toolchain/inspector/ |
| D | inspector.cpp | 150 …void* vm, const DebuggerPostTask& debuggerPostTask, const DebugInfo& debugInfo, int tidForSocketPa… in InitializeInspector() argument 168 newInspector->debuggerPostTask_ = debuggerPostTask; in InitializeInspector() 366 const DebuggerPostTask &debuggerPostTask = GetDebuggerPostTask(tid); in StartDebugForSocketpair() local 368 if (!InitializeInspector(vm, debuggerPostTask, debugInfo, tid)) { in StartDebugForSocketpair() 378 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) in StartDebug() argument 397 if (!InitializeInspector(vm, debuggerPostTask, debugInfo)) { in StartDebug() 455 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) in StoreDebuggerInfo() argument 459 g_debuggerInfo.emplace(tid, std::make_pair(vm, debuggerPostTask)); in StoreDebuggerInfo()
|
| D | inspector.h | 36 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port); 48 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask);
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | dfx_jsnapi_tests.cpp | 602 DebuggerPostTask debuggerPostTask; in HWTEST_F_L0() local 605 … ASSERT_FALSE(DFXJSNApi::StartProfiler(nullptr, option, tid, instanceId, debuggerPostTask, true)); in HWTEST_F_L0() 608 … ASSERT_FALSE(DFXJSNApi::StartProfiler(nullptr, option, tid, instanceId, debuggerPostTask, false)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | dfx_jsnapi.h | 136 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp);
|
| D | jsnapi_expo.h | 1622 const DebuggerPostTask &debuggerPostTask); 1624 const DebuggerPostTask &debuggerPostTask = {}); 1627 const DebuggerPostTask &debuggerPostTask = {}); 1632 … const DebuggerPostTask &debuggerPostTask = {}, bool debugApp = false); 1634 …int tid, EcmaVM *vm, const DebugOption &option, const DebuggerPostTask &debuggerPostTask, bool deb…
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 900 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) in StartProfiler() argument 908 … if (JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp)) { in StartProfiler() 916 … return JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp); in StartProfiler()
|
| D | jsnapi_expo.cpp | 4391 const DebuggerPostTask &debuggerPostTask) in StartDebuggerCheckParameters() argument 4430 "PandaDebugger", vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebuggerCheckParameters() 4444 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebugger() argument 4450 return StartDebuggerCheckParameters(vm, option, instanceId, debuggerPostTask); in StartDebugger() 4459 DEBUGGER_NAME, vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebugger() 4476 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebuggerForOldProcess() argument 4503 "PandaDebugger", vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebuggerForOldProcess() 4519 DEBUGGER_NAME, vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebuggerForOldProcess() 4581 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in NotifyDebugMode() argument 4614 ret = StartDebuggerForOldProcess(vm, option, instanceId, debuggerPostTask); in NotifyDebugMode() [all …]
|
| D | jsnapi.cpp | 49 const DebuggerPostTask& debuggerPostTask, int port);
|