Searched refs:image_patch_delta (Results 1 - 5 of 5) sorted by relevance

/art/compiler/
H A Doat_writer.h82 int32_t image_patch_delta,
H A Doat_writer.cc53 int32_t image_patch_delta,
61 image_patch_delta_(image_patch_delta),
50 OatWriter(const std::vector<const DexFile*>& dex_files, uint32_t image_file_location_oat_checksum, uintptr_t image_file_location_oat_begin, int32_t image_patch_delta, const CompilerDriver* compiler, TimingLogger* timings, SafeMap<std::string, std::string>* key_value_store) argument
/art/runtime/gc/space/
H A Dimage_space.cc759 int32_t image_patch_delta = image_header.GetPatchDelta(); local
761 if (oat_patch_delta != image_patch_delta && !image_header.CompilePic()) {
764 "in image %s", oat_patch_delta, image_patch_delta, GetName());
/art/dex2oat/
H A Ddex2oat.cc414 int32_t image_patch_delta = 0; local
422 image_patch_delta = image_space->GetImageHeader().GetPatchDelta();
431 image_patch_delta,
/art/runtime/
H A Dclass_linker.cc1102 int32_t image_patch_delta = 0; local
1107 image_patch_delta = image_header.GetPatchDelta();
1113 image_patch_delta = image_header->GetPatchDelta();
1120 ret = ret && (oat_header.GetImagePatchDelta() == image_patch_delta)
1129 image_oat_checksum, image_oat_data_begin, image_patch_delta);

Completed in 227 milliseconds