Type Alias jvmtiEventCompiledMethodLoad

Source
pub type jvmtiEventCompiledMethodLoad = Option<unsafe extern "C" fn(jvmti_env: *mut jvmtiEnv, method: jmethodID, code_size: jint, code_addr: *const c_void, map_length: jint, map: *const jvmtiAddrLocationMap, compile_info: *const c_void)>;

Aliased Type§

pub enum jvmtiEventCompiledMethodLoad {
    None,
    Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, *mut _jmethodID, i32, *const c_void, i32, *const _jvmtiAddrLocationMap, *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *const jvmtiInterface_1_, *mut _jmethodID, i32, *const c_void, i32, *const _jvmtiAddrLocationMap, *const c_void))

Some value of type T.