Home
last modified time | relevance | path

Searched refs:image_patch_delta (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Doat_writer.h195 int32_t image_patch_delta);
Doat_writer.cc2148 int32_t image_patch_delta) { in WriteHeader() argument
2154 CHECK_EQ(image_patch_delta, 0); in WriteHeader()
2157 CHECK_ALIGNED(image_patch_delta, kPageSize); in WriteHeader()
2158 oat_header_->SetImagePatchDelta(image_patch_delta); in WriteHeader()
/art/runtime/gc/space/
Dimage_space.cc1380 int32_t image_patch_delta = image_header.GetPatchDelta(); in OpenOatFile() local
1382 if (oat_patch_delta != image_patch_delta && !image_header.CompilePic()) { in OpenOatFile()
1387 image_patch_delta, in OpenOatFile()