Searched defs:GenerateEvents (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp3273 JvmtiEnv::GenerateEvents(jvmtiEvent event_type) { function in class:JvmtiEnv
3291 } /* end GenerateEvents */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1635 jvmtiError (JNICALL *GenerateEvents) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2404 jvmtiError GenerateEvents(jvmtiEvent event_type) { function in struct:_jvmtiEnv
2405 return functions->GenerateEvents(this, event_type);

Completed in 63 milliseconds