Searched refs:DebugOption (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/ |
| D | jsnapistartdebugger_fuzzer.cpp | 42 JSNApi::DebugOption const debugOption = {nullptr, true, -1}; in JSNApiStartDebuggerFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapistopdebugger_fuzzer/ |
| D | jsnapistopdebugger_fuzzer.cpp | 42 JSNApi::DebugOption const debugOption = { nullptr, true, -1 }; in JSNApiStopDebuggerFuzzTest()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_entry_test.cpp | 41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1}; in SetUp()
|
| D | debugger_cinterp_test.cpp | 41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1}; in SetUp()
|
| D | debugger_cint_client_test.cpp | 43 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port}; in SetUp()
|
| D | debugger_client_test.cpp | 43 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port}; in SetUp()
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi_expo.h | 1131 struct DebugOption { struct 1229 static bool StartDebugger(EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0, 1232 …static bool StartDebuggerForOldProcess(EcmaVM *vm, const DebugOption &option, int32_t instanceId =… 1237 …static bool NotifyDebugMode(int tid, EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0, 1240 …int tid, EcmaVM *vm, const DebugOption &option, const DebuggerPostTask &debuggerPostTask, bool deb…
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 673 JSNApi::DebugOption debugOption; in StartProfiler()
|
| D | jsnapi_expo.cpp | 2935 bool JSNApi::StartDebugger([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, in StartDebugger() 3003 …StartDebuggerForOldProcess([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, in StartDebuggerForOldProcess() 3101 [[maybe_unused]] const DebugOption &option, in NotifyDebugMode() 3161 [[maybe_unused]] const DebugOption &option, in StoreDebugInfo()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 5563 JSNApi::DebugOption res; in HWTEST_F_L0()
|