Home
last modified time | relevance | path

Searched refs:RuntimeNotificationManager (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h454RuntimeNotificationManager::Event::LOAD_MODULE | RuntimeNotificationManager::Event::THREAD_EVENTS |
455RuntimeNotificationManager::Event::BYTECODE_PC_CHANGED | RuntimeNotificationManager::Event::EXCEPT…
456RuntimeNotificationManager::Event::VM_EVENTS | RuntimeNotificationManager::Event::GARBAGE_COLLECTO…
457RuntimeNotificationManager::Event::METHOD_EVENTS | RuntimeNotificationManager::Event::CLASS_EVENTS…
458RuntimeNotificationManager::Event::MONITOR_EVENTS | RuntimeNotificationManager::Event::ALLOCATION_…
459 RuntimeNotificationManager::Event::CONSOLE_EVENTS;
Dmemory_allocation_dumper.h99 …static constexpr uint32_t DUMP_EVENT_MASK = RuntimeNotificationManager::Event::GARBAGE_COLLECTOR_E…
100RuntimeNotificationManager::Event::ALLOCATION_EVENTS;
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.h37 class RuntimeNotificationManager; variable
162 RuntimeNotificationManager *GetNotificationManager() const in GetNotificationManager()
283 RuntimeNotificationManager *notificationManager_ = nullptr;
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test_switch.cpp115 notificationManager->AddListener(&listener, RuntimeNotificationManager::BYTECODE_PC_CHANGED); in TEST_F()
141 notificationManager->RemoveListener(&listener, RuntimeNotificationManager::BYTECODE_PC_CHANGED); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.cpp97RuntimeNotificationManager::Event::THREAD_EVENTS); in Create()
99RuntimeNotificationManager::Event::LOAD_MODULE); in Create()
124RuntimeNotificationManager::Event::THREAD_EVENTS); in Destroy()
126RuntimeNotificationManager::Event::LOAD_MODULE); in Destroy()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime.h64 class RuntimeNotificationManager; variable
144 RuntimeNotificationManager *GetNotificationManager() const in GetNotificationManager()
499 RuntimeNotificationManager *notificationManager_;
Druntime_notification.h115 class RuntimeNotificationManager {
132 …explicit RuntimeNotificationManager(mem::AllocatorPtr<mem::AllocatorPurpose::ALLOCATOR_PURPOSE_INT… in RuntimeNotificationManager() function
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
Ddprofiler.cpp71 …runtime_->GetNotificationManager()->AddListener(listener_.get(), RuntimeNotificationManager::Event… in DProfiler()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp122RuntimeNotificationManager::Event::METHOD_EVENTS); in StartTracing()
133 singletonTrace_, RuntimeNotificationManager::Event::METHOD_EVENTS); in StopTracing()
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md25 Runtime provides [`RuntimeNotificationManager`](../runtime/include/runtime_notification.h) class th…
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md25 Runtime provides [`RuntimeNotificationManager`](../runtime/include/runtime_notification.h) class th…
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h143 static RuntimeNotificationManager *GetNotificationManager() in GetNotificationManager()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h228 static RuntimeNotificationManager *GetNotificationManager() in GetNotificationManager()
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp516 notificationManager_(new RuntimeNotificationManager(internalAllocator_)), in Runtime()