Searched refs:oat_patch_delta (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc809 int32_t oat_patch_delta = oat_file->GetOatHeader().GetImagePatchDelta(); local
810 if (oat_patch_delta != image_patch_delta && !image_header.CompilePic()) {
813 "in image %s", oat_patch_delta, image_patch_delta, GetName());
/art/runtime/
H A Doat_file_assistant.cc485 // Verify the oat_patch_delta recorded for the image in the oat file matches
486 // the actual oat_patch_delta for the image.
487 int32_t oat_patch_delta = oat_header.GetImagePatchDelta(); local
488 if (oat_patch_delta != image_info->patch_delta) {
490 ": Oat file image patch delta (" << oat_patch_delta << ")"

Completed in 606 milliseconds