jvmtiEventCompiledMethodLoad

Type Alias jvmtiEventCompiledMethodLoad 

Source
pub type jvmtiEventCompiledMethodLoad = unsafe extern "system" fn(jvmti_env: *mut jvmtiEnv, jni_env: *mut JNIEnv, code_size: jint, code_addr: *const c_void, map_length: jint, map: *const jvmtiAddrLocationMap, compile_info: *const c_void);