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