Searched defs:jvmtiExtensionEventInfo (Results 1 – 13 of 13) sorted by relevance
479 typedef struct jvmtiExtensionEventInfo jvmtiExtensionEventInfo; typedef654 struct jvmtiExtensionEventInfo { struct655 jint extension_event_index;656 char* id;657 char* short_description;658 jint param_count;659 jvmtiParamInfo* params;
469 typedef struct _jvmtiExtensionEventInfo jvmtiExtensionEventInfo; typedef