Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Devents-inl.h140 if (ShouldDispatch<kEvent>(env, thread)) { in DispatchClassFileLoadHookEvent()
213 if (ShouldDispatch<kEvent>(env, thread)) { in DispatchEvent()
233 ShouldDispatch<ArtJvmtiEvent::kBreakpoint>(env, thread) &&
264 ShouldDispatch<ArtJvmtiEvent::kFieldModification>(env, thread) &&
298 ShouldDispatch<ArtJvmtiEvent::kFieldAccess>(env, thread) &&
323 if (env != nullptr && ShouldDispatch<ArtJvmtiEvent::kNativeMethodBind>(env, thread)) {
386 inline bool EventHandler::ShouldDispatch(ArtJvmTiEnv* env, in ShouldDispatch() function
Devents.h189 static inline bool ShouldDispatch(ArtJvmTiEnv* env, art::Thread* thread);