Home
last modified time | relevance | path

Searched refs:debuggerMgr (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger.cpp326 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 Ddebugger_api.cpp1295 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 Druntime_stubs.cpp1780 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 Druntime_stubs-inl.h3340 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager();
3341 debuggerMgr->GetNotificationManager()->DebuggerStmtEvent(thread, method, bcOffset);
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp898 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 Dinterpreter_assembly.cpp288 auto *debuggerMgr = thread->GetEcmaVM()->GetJsDebuggerManager(); in MethodEntry() local
289 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method, env); in MethodEntry()

Completed in 38 milliseconds