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.cpp88 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()
Dheap_manager.h164 RuntimeNotificationManager *GetNotificationManager() const in GetNotificationManager() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp189 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/
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.h53 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/tests/
Dinterpreter_test_switch.cpp116 auto *notificationManager = Runtime::GetCurrent()->GetNotificationManager(); in TEST_F()
/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/coroutines/
Dthreaded_coroutine_manager.cpp132 Runtime::GetCurrent()->GetNotificationManager()->ThreadEndEvent(co); in TerminateCoroutine()
340 Runtime::GetCurrent()->GetNotificationManager()->ThreadStartEvent(co); in LaunchImpl()
Dstackful_coroutine_manager.cpp210 Runtime::GetCurrent()->GetNotificationManager()->ThreadEndEvent(co); in TerminateCoroutine()
489 Runtime::GetCurrent()->GetNotificationManager()->ThreadStartEvent(co); in LaunchImpl()
/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.h143 RuntimeNotificationManager *GetNotificationManager() const in GetNotificationManager() function
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp55 vm_->GetJsDebuggerManager()->GetNotificationManager()->AddListener(this); in StartTracing()
65 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.cpp389 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()
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()
1032 GetNotificationManager()->LoadModuleEvent(pf->GetFilename()); in NotifyAboutLoadedModules()
Dclass_linker.cpp68 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()
Dthread.cpp202 runtime->GetNotificationManager()->ThreadStartEvent(thread); in Create()
854 runtime->GetNotificationManager()->ThreadEndEvent(this); in Destroy()
/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/tests/interpreter/
Dtest_runtime_interface.h228 static RuntimeNotificationManager *GetNotificationManager() in GetNotificationManager() function

12