Searched refs:debuggerPostTask (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/toolchain/inspector/ |
| D | inspector.cpp | 146 …void* vm, const DebuggerPostTask& debuggerPostTask, const DebugInfo& debugInfo, int tidForSocketPa… in InitializeInspector() argument 164 newInspector->debuggerPostTask_ = debuggerPostTask; in InitializeInspector() 324 const DebuggerPostTask &debuggerPostTask = GetDebuggerPostTask(tid); in StartDebugForSocketpair() local 326 if (!InitializeInspector(vm, debuggerPostTask, debugInfo, tid)) { in StartDebugForSocketpair() 336 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) in StartDebug() argument 355 if (!InitializeInspector(vm, debuggerPostTask, debugInfo)) { in StartDebug() 402 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) in StoreDebuggerInfo() argument 406 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/include/ |
| D | dfx_jsnapi.h | 124 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp);
|
| D | jsnapi_expo.h | 1230 const DebuggerPostTask &debuggerPostTask = {}); 1233 const DebuggerPostTask &debuggerPostTask = {}); 1238 … const DebuggerPostTask &debuggerPostTask = {}, bool debugApp = false); 1240 …int tid, EcmaVM *vm, const DebugOption &option, const DebuggerPostTask &debuggerPostTask, bool deb…
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 669 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) in StartProfiler() argument 677 … if (JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp)) { in StartProfiler() 686 … return JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp); in StartProfiler()
|
| D | jsnapi_expo.cpp | 2937 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebugger() argument 2974 "PandaDebugger", vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebugger() 2989 DEBUGGER_NAME, vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebugger() 3005 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebuggerForOldProcess() argument 3031 "PandaDebugger", vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebuggerForOldProcess() 3046 DEBUGGER_NAME, vm, option.isDebugMode, instanceId, debuggerPostTask, option.port); in StartDebuggerForOldProcess() 3103 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in NotifyDebugMode() argument 3128 ret = StartDebuggerForOldProcess(vm, option, instanceId, debuggerPostTask); in NotifyDebugMode() 3139 reinterpret_cast<StoreDebuggerInfo>(symOfStoreDebuggerInfo.Value())(tid, vm, debuggerPostTask); in NotifyDebugMode() 3162 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in StoreDebugInfo() argument [all …]
|
| D | jsnapi.cpp | 103 const DebuggerPostTask& debuggerPostTask, int port);
|