Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc760 int32_t oat_patch_delta = oat_file->GetOatHeader().GetImagePatchDelta(); in OpenOatFile() local
761 if (oat_patch_delta != image_patch_delta && !image_header.CompilePic()) { in OpenOatFile()
764 "in image %s", oat_patch_delta, image_patch_delta, GetName()); in OpenOatFile()
/art/runtime/
Dclass_linker.cc1547 int32_t oat_patch_delta = oat_header.GetImagePatchDelta(); in CheckOatFile() local
1548 patch_delta_verified = oat_patch_delta == real_patch_delta; in CheckOatFile()
1551 real_patch_delta, oat_patch_delta); in CheckOatFile()