Searched refs:DebuggerPostTask (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/toolchain/inspector/ |
| D | inspector.h | 29 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable 36 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port); 48 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask); 67 DebuggerPostTask debuggerPostTask_;
|
| D | inspector.cpp | 60 std::unordered_map<int, std::pair<void*, const DebuggerPostTask>> g_debuggerInfo; 146 …void* vm, const DebuggerPostTask& debuggerPostTask, const DebugInfo& debugInfo, int tidForSocketPa… in InitializeInspector() 281 const DebuggerPostTask &GetDebuggerPostTask(int tid) in GetDebuggerPostTask() 285 static DebuggerPostTask tempTask; in GetDebuggerPostTask() 324 const DebuggerPostTask &debuggerPostTask = GetDebuggerPostTask(tid); in StartDebugForSocketpair() 336 int32_t instanceId, const DebuggerPostTask& debuggerPostTask, int port) in StartDebug() 402 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) in StoreDebuggerInfo()
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | dfx_jsnapi.h | 48 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; variable 124 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp);
|
| D | jsnapi_expo.h | 1136 using DebuggerPostTask = std::function<void(std::function<void()>&&)>; variable 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 | jsnapi.cpp | 100 using DebuggerPostTask = std::function<void(std::function<void()> &&)>; typedef 103 const DebuggerPostTask& debuggerPostTask, int port);
|
| D | jsnapi_expo.cpp | 2937 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebugger() 2962 const std::string &, EcmaVM *, bool, int32_t, const DebuggerPostTask &, int); in StartDebugger() 3005 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask) in StartDebuggerForOldProcess() 3022 const std::string &, EcmaVM *, bool, int32_t, const DebuggerPostTask &, int); in StartDebuggerForOldProcess() 3103 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in NotifyDebugMode() 3131 using StoreDebuggerInfo = void (*)(int, EcmaVM *, const DebuggerPostTask &); in NotifyDebugMode() 3162 [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, in StoreDebugInfo() 3187 using StoreDebuggerInfo = void (*)(int, EcmaVM *, const DebuggerPostTask &); in StoreDebugInfo()
|
| D | dfx_jsnapi.cpp | 669 … int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) in StartProfiler()
|