[][src]Constant ittapi_rs::iJIT_jvm_event_iJVM_EVENT_TYPE_METHOD_UPDATE

pub const iJIT_jvm_event_iJVM_EVENT_TYPE_METHOD_UPDATE: iJIT_jvm_event = 15;

<\brief Send to provide new content for a previously reported dynamic code. The previous content will be invalidated starting from the time of the notification. Use iJIT_Method_Load as event data but required fields are following:

  • method_id identify the code to update.
  • method_load_address specify start address within identified code range where update should be started.
  • method_size specify length of updated code range.