HomeSort by relevance Sort by last modified time
    Searched refs:oat_patch_delta (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file_assistant.cc 494 // Verify the oat_patch_delta recorded for the image in the oat file matches
495 // the actual oat_patch_delta for the image.
496 int32_t oat_patch_delta = oat_header.GetImagePatchDelta(); local
497 if (oat_patch_delta != image_info->patch_delta) {
499 ": Oat file image patch delta (" << oat_patch_delta << ")"
    [all...]
  /art/runtime/gc/space/
image_space.cc 1381 int32_t oat_patch_delta = oat_file->GetOatHeader().GetImagePatchDelta(); local
    [all...]

Completed in 75 milliseconds