Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/tooling/
Dmemory_allocation_dumper.h42 runtime_->GetNotificationManager()->AddListener(this, DUMP_EVENT_MASK); in MemoryAllocationDumper()
47 runtime_->GetNotificationManager()->RemoveListener(this, DUMP_EVENT_MASK); in ~MemoryAllocationDumper()
Ddebugger.h136 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/
Dheap_manager.cpp82 notificationManager_ = Runtime::GetCurrent()->GetNotificationManager(); in SetPandaVM()
118 if (UNLIKELY(isObjectFinalizable || GetNotificationManager()->HasAllocationListeners())) { in AllocateObject()
123 GetNotificationManager()->ObjectAllocEvent(cls, handle.GetPtr(), thread, size); in AllocateObject()
224 if (UNLIKELY(isObjectFinalizable || GetNotificationManager()->HasAllocationListeners())) { in AllocateNonMovableObject()
231 GetNotificationManager()->ObjectAllocEvent(cls, handle.GetPtr(), thread, size); in AllocateNonMovableObject()
Dheap_manager.h162 RuntimeNotificationManager *GetNotificationManager() const in GetNotificationManager() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp193 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, method); in EtsNapiBeginCritical()
307 Runtime::GetCurrent()->GetNotificationManager()->MethodEntryEvent(thread, method); in EtsNapiBegin()
338 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in EtsNapiEnd()
356 Runtime::GetCurrent()->GetNotificationManager()->MethodExitEvent(thread, method); in EtsNapiObjEnd()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.cpp96 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/
Dhot_reload_manager.cpp76 auto *notificationMgr = vm_->GetJsDebuggerManager()->GetNotificationManager(); in ExtractPatch()
Djs_debugger_manager.h52 NotificationManager *GetNotificationManager() const in GetNotificationManager() function
Djs_debugger.h98 notificationMgr_ = ecmaVm_->GetJsDebuggerManager()->GetNotificationManager(); in JSDebugger()
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
Ddprofiler.cpp71 …runtime_->GetNotificationManager()->AddListener(listener_.get(), RuntimeNotificationManager::Event… in DProfiler()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine_manager.cpp133 Runtime::GetCurrent()->GetNotificationManager()->ThreadEndEvent(co); in TerminateCoroutine()
332 Runtime::GetCurrent()->GetNotificationManager()->ThreadStartEvent(co); in LaunchImpl()
Dstackful_coroutine_manager.cpp182 Runtime::GetCurrent()->GetNotificationManager()->ThreadEndEvent(co); in TerminateCoroutine()
393 Runtime::GetCurrent()->GetNotificationManager()->ThreadStartEvent(co); in LaunchImpl()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h143 static RuntimeNotificationManager *GetNotificationManager() in GetNotificationManager() function
145 return Runtime::GetCurrent()->GetNotificationManager(); in GetNotificationManager()
Dinstruction_handler_base.h125 …RuntimeIfaceT::GetNotificationManager()->BytecodePcChangedEvent(GetThread(), GetFrame()->GetMethod… in InstrumentInstruction()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test_switch.cpp114 auto *notificationManager = Runtime::GetCurrent()->GetNotificationManager(); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h258 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()
Druntime.h144 RuntimeNotificationManager *GetNotificationManager() const in GetNotificationManager() function
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp57 vm_->GetJsDebuggerManager()->GetNotificationManager()->AddListener(this); in StartTracing()
67 vm_->GetJsDebuggerManager()->GetNotificationManager()->RemoveListener(this); in StopTracing()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp121 Runtime::GetCurrent()->GetNotificationManager()->AddListener(singletonTrace_, in StartTracing()
132 Runtime::GetCurrent()->GetNotificationManager()->RemoveListener( in StopTracing()
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.cpp364 Runtime::GetCurrent()->GetNotificationManager()->MonitorWaitEvent(obj, timeout); in Wait()
434 …Runtime::GetCurrent()->GetNotificationManager()->MonitorWaitedEvent(objHandle.GetPtr(), isTimeout); in Wait()
579 … Runtime::GetCurrent()->GetNotificationManager()->MonitorContendedEnterEvent(objHandle.GetPtr()); in Acquire()
609 … Runtime::GetCurrent()->GetNotificationManager()->MonitorContendedEnteredEvent(objHandle.GetPtr()); in Acquire()
Druntime.cpp363 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()
1030 GetNotificationManager()->LoadModuleEvent(pf->GetFilename()); in NotifyAboutLoadedModules()
Dclass_linker.cpp68 Runtime::GetCurrent()->GetNotificationManager()->LoadModuleEvent(file->GetFilename()); in AddPandaFile()
963 Runtime::GetCurrent()->GetNotificationManager()->ClassLoadEvent(klass); in LoadClass()
973 Runtime::GetCurrent()->GetNotificationManager()->ClassPrepareEvent(klass); in LoadClass()
1051 Runtime::GetCurrent()->GetNotificationManager()->ClassLoadEvent(klass); in BuildClass()
1061 Runtime::GetCurrent()->GetNotificationManager()->ClassPrepareEvent(klass); in BuildClass()
1125 Runtime::GetCurrent()->GetNotificationManager()->ClassLoadEvent(arrayClass); in LoadArrayClass()
1134 Runtime::GetCurrent()->GetNotificationManager()->ClassPrepareEvent(arrayClass); in LoadArrayClass()
/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb283 …RuntimeIfaceT::GetNotificationManager()->ExceptionThrowEvent(thread, handler.GetFrame()->GetMethod…
302 …RuntimeIfaceT::GetNotificationManager()->ExceptionCatchEvent(thread, handler.GetFrame()->GetMethod…
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp656 Runtime::GetCurrent()->GetNotificationManager()->GarbageCollectorStartEvent(); in WaitForGC()
678 Runtime::GetCurrent()->GetNotificationManager()->GarbageCollectorFinishEvent(); in WaitForGC()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h228 static RuntimeNotificationManager *GetNotificationManager() in GetNotificationManager() function

12