HomeSort by relevance Sort by last modified time
    Searched refs:EventHandlerFunc (Results 1 - 2 of 2) sorted by null

  /art/openjdkjvmti/
events-inl.h 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)
    [all...]
events.h 173 template <ArtJvmtiEvent kEvent> struct EventHandlerFunc { };
252 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)

Completed in 1037 milliseconds