Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:EventHandlerFunc

141 struct EventHandlerFunc<enum_name> {                                                      \
143 explicit EventHandlerFunc(ArtJvmTiEnv* env) \
188 inline std::vector<impl::EventHandlerFunc<kEvent>> EventHandler::CollectEvents(art::Thread* thread,
191 std::vector<impl::EventHandlerFunc<kEvent>> handlers;
194 impl::EventHandlerFunc<kEvent> h(env);
220 std::vector<impl::EventHandlerFunc<kEvent>> handlers =
232 for (const impl::EventHandlerFunc<kEvent>& event : handlers) {
275 std::vector<impl::EventHandlerFunc<kEvent>> events = CollectEvents<kEvent>(thread, args...);
284 std::vector<impl::EventHandlerFunc<kEvent>> events = CollectEvents<kEvent>(thread,
298 impl::EventHandlerFunc<kEvent> func(env);
313 impl::EventHandlerFunc<kEvent> func(env);
319 inline void EventHandler::ExecuteCallback(impl::EventHandlerFunc<kEvent> handler, Args... args) {
324 inline void EventHandler::ExecuteCallback(impl::EventHandlerFunc<kEvent> handler,
412 impl::EventHandlerFunc<ArtJvmtiEvent::kFramePop> event,
431 std::vector<impl::EventHandlerFunc<ArtJvmtiEvent::kNativeMethodBind>> events =