Searched refs:NotifyDebugMode (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 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 | 3099 bool JSNApi::NotifyDebugMode([[maybe_unused]] int tid, in NotifyDebugMode() function in panda::JSNApi
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi_expo.h | 1237 …static bool NotifyDebugMode(int tid, EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0,
|