HomeSort by relevance Sort by last modified time
    Searched refs:ShouldDispatch (Results 1 - 2 of 2) sorted by null

  /art/openjdkjvmti/
events-inl.h 196 if (ShouldDispatch<kEvent>(env, thread, args...)) {
299 if (ShouldDispatch<kEvent, JNIEnv*, Args...>(env, thread, jnienv, args...)) {
314 if (ShouldDispatch<kEvent, Args...>(env, thread, args...)) {
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>(
412 // TODO It might be useful to use more template magic to have this only define ShouldDispatch or
584 inline bool EventHandler::ShouldDispatch(ArtJvmTiEnv* env,
589 "Unexpected different type of shouldDispatch");
    [all...]
events.h 280 inline bool ShouldDispatch(ArtJvmTiEnv* env, art::Thread* thread, Args... args) const;

Completed in 2310 milliseconds