Searched refs:isDebugApp (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | js_debugger_manager.h | 83 void SetIsDebugApp(bool isDebugApp) in SetIsDebugApp() argument 85 isDebugApp_ = isDebugApp; in SetIsDebugApp()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | dfx_jsnapi.h | 136 int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | dfx_jsnapi.cpp | 906 int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) in StartProfiler() 909 << ", tid = " << tid << ", isDebugApp = " << isDebugApp; in StartProfiler() 914 if (JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp)) { in StartProfiler() 922 return JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp); in StartProfiler() 905 StartProfiler(EcmaVM *vm, const ProfilerOption &option, int tid, int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) StartProfiler() argument
|
H A D | jsnapi_expo.cpp | 3533 bool isDebugApp = dm->IsDebugApp(); in CallForNapi() local 3534 if (isDebugApp) { in CallForNapi() 3574 if (isDebugApp && dm->IsMixedDebugEnabled()) { in CallForNapi()
|
Completed in 15 milliseconds