Searched refs:ShouldDispatch (Results 1 – 2 of 2) sorted by relevance
/art/openjdkjvmti/ |
D | events-inl.h | 196 if (ShouldDispatch<kEvent>(env, thread, args...)) { in CollectEvents() 299 if (ShouldDispatch<kEvent, JNIEnv*, Args...>(env, thread, jnienv, args...)) { in DispatchEventOnEnv() 314 if (ShouldDispatch<kEvent, Args...>(env, thread, args...)) { in DispatchEventOnEnv() 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>( 584 inline bool EventHandler::ShouldDispatch(ArtJvmTiEnv* env, in ShouldDispatch() function
|
D | events.h | 280 inline bool ShouldDispatch(ArtJvmTiEnv* env, art::Thread* thread, Args... args) const;
|