Searched refs:debuggerMgr (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | js_debugger.cpp | 326 auto *debuggerMgr = ecmaVm_->GetJsDebuggerManager(); in MethodEntry() local 327 debuggerMgr->MethodEntry(method, envHandle); in MethodEntry() 344 auto *debuggerMgr = ecmaVm_->GetJsDebuggerManager(); in MethodExit() local 345 debuggerMgr->MethodExit(method); in MethodExit()
|
H A D | debugger_api.cpp | 1295 auto *debuggerMgr = ecmaVm->GetJsDebuggerManager(); in CheckPromiseQueueSize() local 1296 uint32_t queueSizeEntry = debuggerMgr->GetPromiseQueueSizeRecordOfTopFrame(); in CheckPromiseQueueSize() 1305 auto *debuggerMgr = ecmaVm->GetJsDebuggerManager(); in CheckIsSendableMethod() local 1306 return debuggerMgr->CheckIsSendableMethod(); in CheckIsSendableMethod() 1315 auto *debuggerMgr = ecmaVm->GetJsDebuggerManager(); in DropLastFrame() local 1316 debuggerMgr->DropLastFrame(); in DropLastFrame()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 1780 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in DEF_RUNTIME_STUBS() local 1781 debuggerMgr->GetNotificationManager()->MethodExitEvent(thread, method); in DEF_RUNTIME_STUBS() 2319 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in DEF_RUNTIME_STUBS() local 2320 debuggerMgr->GetNotificationManager()->BytecodePcChangedEvent(thread, method, bcOffset); in DEF_RUNTIME_STUBS() 2347 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in DEF_RUNTIME_STUBS() local 2348 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, funcObj->GetLexicalEnv()); in DEF_RUNTIME_STUBS() 2368 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in DEF_RUNTIME_STUBS() local 2369 debuggerMgr->GetNotificationManager()->MethodExitEvent(thread, method); in DEF_RUNTIME_STUBS()
|
H A D | runtime_stubs-inl.h | 3340 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); 3341 debuggerMgr->GetNotificationManager()->DebuggerStmtEvent(thread, method, bcOffset);
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 898 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in NotifyBytecodePcChanged() local 899 debuggerMgr->GetNotificationManager()->BytecodePcChangedEvent(thread, method, bcOffset); in NotifyBytecodePcChanged() 916 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in NotifyDebuggerStmt() local 917 debuggerMgr->GetNotificationManager()->DebuggerStmtEvent(thread, method, bcOffset); in NotifyDebuggerStmt() 934 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in MethodEntry() local 935 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, env); in MethodEntry() 951 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in MethodExit() local 952 debuggerMgr->GetNotificationManager()->MethodExitEvent(thread, method); in MethodExit() 3902 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in RunInternal() local 3903 debuggerMgr in RunInternal() [all...] |
H A D | interpreter_assembly.cpp | 288 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in MethodEntry() local 289 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, env); in MethodEntry()
|
Completed in 38 milliseconds