Home
last modified time | relevance | path

Searched refs:NotifyDebugMode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp677 … if (JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp)) { in StartProfiler()
686 … return JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp); in StartProfiler()
Djsnapi_expo.cpp3099 bool JSNApi::NotifyDebugMode([[maybe_unused]] int tid, in NotifyDebugMode() function in panda::JSNApi
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1237 …static bool NotifyDebugMode(int tid, EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0,