Home
last modified time | relevance | path

Searched refs:GetNotificationManager (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.cpp75 auto *notificationMgr = vm_->GetJsDebuggerManager()->GetNotificationManager(); in ExtractPatch()
Djs_debugger_manager.h48 NotificationManager *GetNotificationManager() const in GetNotificationManager() function
Djs_debugger.h98 notificationMgr_ = ecmaVm_->GetJsDebuggerManager()->GetNotificationManager(); in JSDebugger()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp251 vm_->GetJsDebuggerManager()->GetNotificationManager()->LoadModuleEvent( in InvokeEcmaEntrypoint()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h858 debuggerMgr->GetNotificationManager()->BytecodePcChangedEvent(thread, method, bcOffset); in NotifyBytecodePcChanged()
876 debuggerMgr->GetNotificationManager()->DebuggerStmtEvent(thread, method, bcOffset); in NotifyDebuggerStmt()
893 debuggerMgr->GetNotificationManager()->MethodEntryEvent(thread, method); in MethodEntry()
910 debuggerMgr->GetNotificationManager()->MethodExitEvent(thread, method); in MethodExit()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp530 vm->GetJsDebuggerManager()->GetNotificationManager()->NativeCallingEvent(nativeAddress); in NotifyNativeCalling()
3603 auto *notificationMgr = vm->GetJsDebuggerManager()->GetNotificationManager(); in InitForConcurrentFunction()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1547 debuggerMgr->GetNotificationManager()->BytecodePcChangedEvent(thread, method, bcOffset); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h2650 debuggerMgr->GetNotificationManager()->DebuggerStmtEvent(thread, method, bcOffset); in RuntimeNotifyDebuggerStatement()