Searched refs:RuntimeNotificationManager (Results 1 – 14 of 14) sorted by relevance
454 …RuntimeNotificationManager::Event::LOAD_MODULE | RuntimeNotificationManager::Event::THREAD_EVENTS |455 …RuntimeNotificationManager::Event::BYTECODE_PC_CHANGED | RuntimeNotificationManager::Event::EXCEPT…456 …RuntimeNotificationManager::Event::VM_EVENTS | RuntimeNotificationManager::Event::GARBAGE_COLLECTO…457 …RuntimeNotificationManager::Event::METHOD_EVENTS | RuntimeNotificationManager::Event::CLASS_EVENTS…458 …RuntimeNotificationManager::Event::MONITOR_EVENTS | RuntimeNotificationManager::Event::ALLOCATION_…459 RuntimeNotificationManager::Event::CONSOLE_EVENTS;
99 …static constexpr uint32_t DUMP_EVENT_MASK = RuntimeNotificationManager::Event::GARBAGE_COLLECTOR_E…100 … RuntimeNotificationManager::Event::ALLOCATION_EVENTS;
37 class RuntimeNotificationManager; variable162 RuntimeNotificationManager *GetNotificationManager() const in GetNotificationManager()283 RuntimeNotificationManager *notificationManager_ = nullptr;
115 notificationManager->AddListener(&listener, RuntimeNotificationManager::BYTECODE_PC_CHANGED); in TEST_F()141 notificationManager->RemoveListener(&listener, RuntimeNotificationManager::BYTECODE_PC_CHANGED); in TEST_F()
97 … RuntimeNotificationManager::Event::THREAD_EVENTS); in Create()99 … RuntimeNotificationManager::Event::LOAD_MODULE); in Create()124 … RuntimeNotificationManager::Event::THREAD_EVENTS); in Destroy()126 … RuntimeNotificationManager::Event::LOAD_MODULE); in Destroy()
64 class RuntimeNotificationManager; variable144 RuntimeNotificationManager *GetNotificationManager() const in GetNotificationManager()499 RuntimeNotificationManager *notificationManager_;
115 class RuntimeNotificationManager {132 …explicit RuntimeNotificationManager(mem::AllocatorPtr<mem::AllocatorPurpose::ALLOCATOR_PURPOSE_INT… in RuntimeNotificationManager() function
71 …runtime_->GetNotificationManager()->AddListener(listener_.get(), RuntimeNotificationManager::Event… in DProfiler()
122 … RuntimeNotificationManager::Event::METHOD_EVENTS); in StartTracing()133 singletonTrace_, RuntimeNotificationManager::Event::METHOD_EVENTS); in StopTracing()
25 Runtime provides [`RuntimeNotificationManager`](../runtime/include/runtime_notification.h) class th…
143 static RuntimeNotificationManager *GetNotificationManager() in GetNotificationManager()
228 static RuntimeNotificationManager *GetNotificationManager() in GetNotificationManager()
516 notificationManager_(new RuntimeNotificationManager(internalAllocator_)), in Runtime()