Home
last modified time | relevance | path

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

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