Searched refs:EventHandlerFunc (Results 1 – 2 of 2) sorted by relevance
141 struct EventHandlerFunc<enum_name> { \143 explicit EventHandlerFunc(ArtJvmTiEnv* env) \188 inline std::vector<impl::EventHandlerFunc<kEvent>> EventHandler::CollectEvents(art::Thread* thread, in CollectEvents()191 std::vector<impl::EventHandlerFunc<kEvent>> handlers; in CollectEvents()194 impl::EventHandlerFunc<kEvent> h(env); in CollectEvents()220 std::vector<impl::EventHandlerFunc<kEvent>> handlers = in DispatchClassFileLoadHookEvent()232 for (const impl::EventHandlerFunc<kEvent>& event : handlers) { in DispatchClassFileLoadHookEvent()275 std::vector<impl::EventHandlerFunc<kEvent>> events = CollectEvents<kEvent>(thread, args...); in DispatchEvent()284 std::vector<impl::EventHandlerFunc<kEvent>> events = CollectEvents<kEvent>(thread, in DispatchEvent()298 impl::EventHandlerFunc<kEvent> func(env); in DispatchEventOnEnv()[all …]
173 template <ArtJvmtiEvent kEvent> struct EventHandlerFunc { }; struct252 inline std::vector<impl::EventHandlerFunc<kEvent>> CollectEvents(art::Thread* thread,262 static inline void ExecuteCallback(impl::EventHandlerFunc<kEvent> handler,269 static inline void ExecuteCallback(impl::EventHandlerFunc<kEvent> handler, Args... args)