Home
last modified time | relevance | path

Searched refs:notificationManager_ (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_manager.h55 return const_cast<NotificationManager *>(&notificationManager_); in GetNotificationManager()
274 NotificationManager notificationManager_; member in panda::ecmascript::tooling::JsDebuggerManager
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dheap_manager.h166 return notificationManager_; in GetNotificationManager()
305 RuntimeNotificationManager *notificationManager_ = nullptr; member in ark::mem::HeapManager
H A Dheap_manager.cpp88 notificationManager_ = Runtime::GetCurrent()->GetNotificationManager(); in SetPandaVM()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime.h145 return notificationManager_; in GetNotificationManager()
505 RuntimeNotificationManager *notificationManager_; member in ark::Runtime
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp526 notificationManager_(new RuntimeNotificationManager(internalAllocator_)), in Runtime()
597 delete notificationManager_; in ~Runtime()
758 notificationManager_->SetRendezvous(pandaVm_->GetRendezvous()); in CreatePandaVM()

Completed in 6 milliseconds