Lines Matching refs:EventHandler

193 inline std::vector<impl::EventHandlerFunc<kEvent>> EventHandler::CollectEvents(art::Thread* thread,  in CollectEvents()
209 inline void EventHandler::DispatchClassFileLoadHookEvent(art::Thread* thread, in DispatchClassFileLoadHookEvent()
274 inline void EventHandler::DispatchEvent(art::Thread* thread, Args... args) const { in DispatchEvent()
288 inline void EventHandler::DispatchEvent(art::Thread* thread, JNIEnv* jnienv, Args... args) const { in DispatchEvent()
299 inline void EventHandler::DispatchEventOnEnv( in DispatchEventOnEnv()
310 inline void EventHandler::DispatchEventOnEnv( in DispatchEventOnEnv()
325 inline void EventHandler::DispatchEventOnEnv<ArtJvmtiEvent::kObsoleteObjectCreated>(
343 inline void EventHandler::ExecuteCallback(impl::EventHandlerFunc<kEvent> handler, Args... args) { in ExecuteCallback()
348 inline void EventHandler::ExecuteCallback(impl::EventHandlerFunc<kEvent> handler, in ExecuteCallback()
360 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kBreakpoint>(
374 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kFramePop>(
395 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kFieldModification>(
414 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kFieldAccess>(
436 inline void EventHandler::ExecuteCallback<ArtJvmtiEvent::kFramePop>(
478 inline void EventHandler::DispatchClassLoadOrPrepareEvent(art::Thread* thread, in DispatchClassLoadOrPrepareEvent()
495 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassLoad>(art::Thread* thread,
502 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassPrepare>(art::Thread* thread,
512 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>(art::Thread* thread,
546 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookRetransformable>(
571 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookNonRetransformable>(
596 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kStructuralDexFileLoadHook>(
621 inline bool EventHandler::ShouldDispatchOnThread(ArtJvmTiEnv* env, art::Thread* thread) const { in ShouldDispatchOnThread()
632 inline bool EventHandler::ShouldDispatch(ArtJvmTiEnv* env, in ShouldDispatch()
642 inline void EventHandler::RecalculateGlobalEventMask(ArtJvmtiEvent event) { in RecalculateGlobalEventMask()
647 inline void EventHandler::RecalculateGlobalEventMaskLocked(ArtJvmtiEvent event) { in RecalculateGlobalEventMaskLocked()
662 inline bool EventHandler::NeedsEventUpdate(ArtJvmTiEnv* env, in NeedsEventUpdate()
676 inline void EventHandler::HandleChangedCapabilities(ArtJvmTiEnv* env, in HandleChangedCapabilities()