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

  /art/runtime/openjdkjvmti/
events.h 73 // Convert a jvmtiEvent into a ArtJvmtiEvent
74 ALWAYS_INLINE static inline ArtJvmtiEvent GetArtJvmtiEvent(ArtJvmTiEnv* env, jvmtiEvent e);
76 static inline jvmtiEvent GetJvmtiEvent(ArtJvmtiEvent e) {
80 return static_cast<jvmtiEvent>(e);
events-inl.h 31 static inline ArtJvmtiEvent GetArtJvmtiEvent(ArtJvmTiEnv* env, jvmtiEvent e) {
OpenjdkJvmTi.cc     [all...]
  /art/test/901-hello-ti-agent/
basics.cc 34 static void EnableEvent(jvmtiEnv* env, jvmtiEvent evt) {
  /art/runtime/openjdkjvmti/include/
jvmti.h 426 } jvmtiEvent;
1010 jvmtiEvent event_type,
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h 426 } jvmtiEvent;
1010 jvmtiEvent event_type,
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h 426 } jvmtiEvent;
1010 jvmtiEvent event_type,
    [all...]

Completed in 58 milliseconds