Searched refs:GetNotificationManager (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | hot_reload_manager.cpp | 75 auto *notificationMgr = vm_->GetJsDebuggerManager()->GetNotificationManager(); in ExtractPatch()
|
| D | js_debugger_manager.h | 48 NotificationManager *GetNotificationManager() const in GetNotificationManager() function
|
| D | js_debugger.h | 98 notificationMgr_ = ecmaVm_->GetJsDebuggerManager()->GetNotificationManager(); in JSDebugger()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_context.cpp | 251 vm_->GetJsDebuggerManager()->GetNotificationManager()->LoadModuleEvent( in InvokeEcmaEntrypoint()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 858 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/ |
| D | jsnapi.cpp | 530 vm->GetJsDebuggerManager()->GetNotificationManager()->NativeCallingEvent(nativeAddress); in NotifyNativeCalling() 3603 auto *notificationMgr = vm->GetJsDebuggerManager()->GetNotificationManager(); in InitForConcurrentFunction()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1547 debuggerMgr->GetNotificationManager()->BytecodePcChangedEvent(thread, method, bcOffset); in DEF_RUNTIME_STUBS()
|
| D | runtime_stubs-inl.h | 2650 debuggerMgr->GetNotificationManager()->DebuggerStmtEvent(thread, method, bcOffset); in RuntimeNotifyDebuggerStatement()
|