Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:EventHandler

191 inline std::vector<impl::EventHandlerFunc<kEvent>> EventHandler::CollectEvents(art::Thread* thread,
207 inline void EventHandler::DispatchClassFileLoadHookEvent(art::Thread* thread,
271 inline void EventHandler::DispatchEvent(art::Thread* thread, Args... args) const {
285 inline void EventHandler::DispatchEvent(art::Thread* thread, JNIEnv* jnienv, Args... args) const {
296 inline void EventHandler::DispatchEventOnEnv(
307 inline void EventHandler::DispatchEventOnEnv(
322 inline void EventHandler::ExecuteCallback(impl::EventHandlerFunc<kEvent> handler, Args... args) {
327 inline void EventHandler::ExecuteCallback(impl::EventHandlerFunc<kEvent> handler,
339 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kBreakpoint>(
353 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kFramePop>(
374 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kFieldModification>(
393 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kFieldAccess>(
415 inline void EventHandler::ExecuteCallback<ArtJvmtiEvent::kFramePop>(
455 inline void EventHandler::DispatchClassLoadOrPrepareEvent(art::Thread* thread,
472 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassLoad>(art::Thread* thread,
479 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassPrepare>(art::Thread* thread,
489 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>(art::Thread* thread,
523 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookRetransformable>(
548 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookNonRetransformable>(
573 inline bool EventHandler::ShouldDispatchOnThread(ArtJvmTiEnv* env, art::Thread* thread) const {
584 inline bool EventHandler::ShouldDispatch(ArtJvmTiEnv* env,
594 inline void EventHandler::RecalculateGlobalEventMask(ArtJvmtiEvent event) {
599 inline void EventHandler::RecalculateGlobalEventMaskLocked(ArtJvmtiEvent event) {
614 inline bool EventHandler::NeedsEventUpdate(ArtJvmTiEnv* env,
627 inline void EventHandler::HandleChangedCapabilities(ArtJvmTiEnv* env,