Type Definition ittapi_rs::iJIT_Method_Load_V3[][src]

pub type iJIT_Method_Load_V3 = _iJIT_Method_Load_V3;
Expand description

@brief Description of a JIT-compiled method @details The iJIT_Method_Load_V3 structure is the same as iJIT_Method_Load_V2 with a newly introduced ‘arch’ field that specifies architecture of the code region. When you use the iJIT_Method_Load_V3 structure to describe the JIT compiled method, use iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED_V3 as an event type to report it.