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

  /art/openjdkjvmti/
events-inl.h 345 return ShouldDispatchOnThread<ArtJvmtiEvent::kBreakpoint>(env, thread) &&
362 ShouldDispatchOnThread<ArtJvmtiEvent::kFramePop>(env, thread);
383 return ShouldDispatchOnThread<ArtJvmtiEvent::kFieldModification>(env, thread) &&
400 return ShouldDispatchOnThread<ArtJvmtiEvent::kFieldAccess>(env, thread) &&
508 inline bool EventHandler::ShouldDispatchOnThread(ArtJvmTiEnv* env, art::Thread* thread) const {
526 return ShouldDispatchOnThread<kEvent>(env, thread);
events.h 258 inline bool ShouldDispatchOnThread(ArtJvmTiEnv* env, art::Thread* thread) const;

Completed in 72 milliseconds