Searched refs:EventHandlerFunc (Results 1 – 2 of 2) sorted by relevance
146 struct EventHandlerFunc<enum_name> { \148 explicit EventHandlerFunc(ArtJvmTiEnv* env) \193 inline std::vector<impl::EventHandlerFunc<kEvent>> EventHandler::CollectEvents(art::Thread* thread, in CollectEvents()196 std::vector<impl::EventHandlerFunc<kEvent>> handlers; in CollectEvents()199 impl::EventHandlerFunc<kEvent> h(env); in CollectEvents()226 std::vector<impl::EventHandlerFunc<kEvent>> handlers = in DispatchClassFileLoadHookEvent()238 for (const impl::EventHandlerFunc<kEvent>& event : handlers) { in DispatchClassFileLoadHookEvent()281 std::vector<impl::EventHandlerFunc<kEvent>> events = CollectEvents<kEvent>(thread, args...); in DispatchEvent()290 std::vector<impl::EventHandlerFunc<kEvent>> events = CollectEvents<kEvent>(thread, in DispatchEvent()304 impl::EventHandlerFunc<kEvent> func(env); in DispatchEventOnEnv()[all …]
221 template <ArtJvmtiEvent kEvent> struct EventHandlerFunc { }; struct329 inline std::vector<impl::EventHandlerFunc<kEvent>> CollectEvents(art::Thread* thread,339 static inline void ExecuteCallback(impl::EventHandlerFunc<kEvent> handler,346 static inline void ExecuteCallback(impl::EventHandlerFunc<kEvent> handler, Args... args)