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

/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc1072 static jvmtiError GenerateEvents(jvmtiEnv* env, function in class:openjdkjvmti::JvmtiFunctions
1702 JvmtiFunctions::GenerateEvents,
/art/openjdkjvmti/include/
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 29 milliseconds