Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Devents-inl.h198 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
Devents.h353 inline bool ShouldDispatch(ArtJvmTiEnv* env, art::Thread* thread, Args... args) const;