Home
last modified time | relevance | path

Searched refs:ShouldDispatch (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Devents-inl.h193 if (ShouldDispatch<kEvent>(env, thread, args...)) { in CollectEvents()
296 if (ShouldDispatch<kEvent, JNIEnv*, Args...>(env, thread, jnienv, args...)) { in DispatchEventOnEnv()
311 if (ShouldDispatch<kEvent, Args...>(env, thread, args...)) { in DispatchEventOnEnv()
336 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kBreakpoint>(
350 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kFramePop>(
370 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kFieldModification>(
389 inline bool EventHandler::ShouldDispatch<ArtJvmtiEvent::kFieldAccess>(
519 inline bool EventHandler::ShouldDispatch(ArtJvmTiEnv* env, in ShouldDispatch() function
Devents.h275 inline bool ShouldDispatch(ArtJvmTiEnv* env, art::Thread* thread, Args... args) const;