Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:EventHandler

117 inline void EventHandler::DispatchClassFileLoadHookEvent(art::Thread* thread,
175 inline void EventHandler::DispatchEvent(art::Thread* thread, Args... args) const {
184 inline void EventHandler::DispatchEvent(ArtJvmTiEnv* env, art::Thread* thread, Args... args) const {
197 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kNativeMethodBind>(art::Thread* thread,
219 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookRetransformable>(
243 inline void EventHandler::DispatchEvent<ArtJvmtiEvent::kClassFileLoadHookNonRetransformable>(
268 inline bool EventHandler::ShouldDispatch(ArtJvmTiEnv* env,
279 inline void EventHandler::RecalculateGlobalEventMask(ArtJvmtiEvent event) {
294 inline bool EventHandler::NeedsEventUpdate(ArtJvmTiEnv* env,
304 inline void EventHandler::HandleChangedCapabilities(ArtJvmTiEnv* env,