| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | memory_allocation_dumper.h | 42 runtime_->GetNotificationManager()->AddListener(this, DUMP_EVENT_MASK); in MemoryAllocationDumper() 47 runtime_->GetNotificationManager()->RemoveListener(this, DUMP_EVENT_MASK); in ~MemoryAllocationDumper()
|
| D | debugger.h | 136 runtime_->GetNotificationManager()->AddListener(this, DEBUG_EVENT_MASK); in Debugger() 141 runtime_->GetNotificationManager()->RemoveListener(this, DEBUG_EVENT_MASK); in ~Debugger()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | heap_manager.cpp | 88 notificationManager_ = Runtime::GetCurrent()->GetNotificationManager(); in SetPandaVM() 124 if (UNLIKELY(isObjectFinalizable || GetNotificationManager()->HasAllocationListeners())) { in AllocateObject() 129 GetNotificationManager()->ObjectAllocEvent(cls, handle.GetPtr(), thread, size); in AllocateObject() 232 if (UNLIKELY(isObjectFinalizable || GetNotificationManager()->HasAllocationListeners())) { in AllocateNonMovableObject() 239 GetNotificationManager()->ObjectAllocEvent(cls, handle.GetPtr(), thread, size); in AllocateNonMovableObject()
|
| D | heap_manager.h | 164 RuntimeNotificationManager *GetNotificationManager() const in GetNotificationManager() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_helpers.cpp | 189 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, method); in EtsNapiBeginCritical() 303 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, method); in EtsNapiBegin() 334 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in EtsNapiEnd() 352 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in EtsNapiObjEnd()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sampling_profiler.cpp | 96 Runtime::GetCurrent()->GetNotificationManager()->AddListener(instance_, in Create() 98 Runtime::GetCurrent()->GetNotificationManager()->AddListener(instance_, in Create() 123 Runtime::GetCurrent()->GetNotificationManager()->RemoveListener(instance_, in Destroy() 125 Runtime::GetCurrent()->GetNotificationManager()->RemoveListener(instance_, in Destroy()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | hot_reload_manager.cpp | 76 auto *notificationMgr = vm_->GetJsDebuggerManager()->GetNotificationManager(); in ExtractPatch()
|
| D | js_debugger_manager.h | 53 NotificationManager *GetNotificationManager() const in GetNotificationManager() function
|
| D | js_debugger.h | 98 notificationMgr_ = ecmaVm_->GetJsDebuggerManager()->GetNotificationManager(); in JSDebugger()
|
| /arkcompiler/runtime_core/static_core/runtime/dprofiler/ |
| D | dprofiler.cpp | 71 …runtime_->GetNotificationManager()->AddListener(listener_.get(), RuntimeNotificationManager::Event… in DProfiler()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test_switch.cpp | 116 auto *notificationManager = Runtime::GetCurrent()->GetNotificationManager(); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 143 static RuntimeNotificationManager *GetNotificationManager() in GetNotificationManager() function 145 return Runtime::GetCurrent()->GetNotificationManager(); in GetNotificationManager()
|
| D | instruction_handler_base.h | 125 …RuntimeIfaceT::GetNotificationManager()->BytecodePcChangedEvent(GetThread(), GetFrame()->GetMethod… in InstrumentInstruction()
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | threaded_coroutine_manager.cpp | 132 Runtime::GetCurrent()->GetNotificationManager()->ThreadEndEvent(co); in TerminateCoroutine() 340 Runtime::GetCurrent()->GetNotificationManager()->ThreadStartEvent(co); in LaunchImpl()
|
| D | stackful_coroutine_manager.cpp | 210 Runtime::GetCurrent()->GetNotificationManager()->ThreadEndEvent(co); in TerminateCoroutine() 489 Runtime::GetCurrent()->GetNotificationManager()->ThreadStartEvent(co); in LaunchImpl()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method-inl.h | 258 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, this); in InvokeEntry() 260 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, this); in InvokeEntry() 263 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, this); in InvokeEntry() 265 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, this); in InvokeEntry()
|
| D | runtime.h | 143 RuntimeNotificationManager *GetNotificationManager() const in GetNotificationManager() function
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.cpp | 55 vm_->GetJsDebuggerManager()->GetNotificationManager()->AddListener(this); in StartTracing() 65 vm_->GetJsDebuggerManager()->GetNotificationManager()->RemoveListener(this); in StopTracing()
|
| /arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
| D | trace.cpp | 121 Runtime::GetCurrent()->GetNotificationManager()->AddListener(singletonTrace_, in StartTracing() 132 Runtime::GetCurrent()->GetNotificationManager()->RemoveListener( in StopTracing()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | monitor.cpp | 389 Runtime::GetCurrent()->GetNotificationManager()->MonitorWaitEvent(obj, timeout); in Wait() 459 …Runtime::GetCurrent()->GetNotificationManager()->MonitorWaitedEvent(objHandle.GetPtr(), isTimeout); in Wait() 604 … Runtime::GetCurrent()->GetNotificationManager()->MonitorContendedEnterEvent(objHandle.GetPtr()); in Acquire() 634 … Runtime::GetCurrent()->GetNotificationManager()->MonitorContendedEnteredEvent(objHandle.GetPtr()); in Acquire()
|
| D | runtime.cpp | 363 instance_->GetNotificationManager()->VmStartEvent(); in Create() 364 instance_->GetNotificationManager()->VmInitializationEvent(thread); in Create() 365 instance_->GetNotificationManager()->ThreadStartEvent(thread); in Create() 433 instance_->GetNotificationManager()->VmDeathEvent(); in Destroy() 1032 GetNotificationManager()->LoadModuleEvent(pf->GetFilename()); in NotifyAboutLoadedModules()
|
| D | class_linker.cpp | 68 Runtime::GetCurrent()->GetNotificationManager()->LoadModuleEvent(file->GetFilename()); in AddPandaFile() 1039 Runtime::GetCurrent()->GetNotificationManager()->ClassLoadEvent(klass); in LoadClass() 1049 Runtime::GetCurrent()->GetNotificationManager()->ClassPrepareEvent(klass); in LoadClass() 1140 Runtime::GetCurrent()->GetNotificationManager()->ClassLoadEvent(klass); in BuildClass() 1150 Runtime::GetCurrent()->GetNotificationManager()->ClassPrepareEvent(klass); in BuildClass() 1214 Runtime::GetCurrent()->GetNotificationManager()->ClassLoadEvent(arrayClass); in LoadArrayClass() 1223 Runtime::GetCurrent()->GetNotificationManager()->ClassPrepareEvent(arrayClass); in LoadArrayClass()
|
| D | thread.cpp | 202 runtime->GetNotificationManager()->ThreadStartEvent(thread); in Create() 854 runtime->GetNotificationManager()->ThreadEndEvent(this); in Destroy()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/templates/ |
| D | interpreter-inl_gen.h.erb | 283 …RuntimeIfaceT::GetNotificationManager()->ExceptionThrowEvent(thread, handler.GetFrame()->GetMethod… 302 …RuntimeIfaceT::GetNotificationManager()->ExceptionCatchEvent(thread, handler.GetFrame()->GetMethod…
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 228 static RuntimeNotificationManager *GetNotificationManager() in GetNotificationManager() function
|