Home
last modified time | relevance | path

Searched refs:GetPatchDelta (Results 1 – 7 of 7) sorted by relevance

/art/test/117-nopatchoat/
Dnopatchoat.cc41 return !spaces.empty() && spaces[0]->GetImageHeader().GetPatchDelta() == 0; in isRelocationDeltaZero()
/art/runtime/
Ddexopt_test.cc135 EXPECT_EQ(image_header->GetPatchDelta(), oat_header.GetImagePatchDelta()); in GenerateOatForTest()
139 EXPECT_NE(image_header->GetPatchDelta(), oat_header.GetImagePatchDelta()); in GenerateOatForTest()
Dimage.h166 off_t GetPatchDelta() const { in GetPatchDelta() function
Doat_file_assistant.cc860 info->patch_delta = image_header->GetPatchDelta(); in GetRuntimeImageInfo()
/art/runtime/gc/space/
Dimage_space.cc1380 int32_t image_patch_delta = image_header.GetPatchDelta(); in OpenOatFile()
/art/dex2oat/
Ddex2oat.cc1507 image_patch_delta_ = image_spaces[0]->GetImageHeader().GetPatchDelta(); in Setup()
/art/oatdump/
Doatdump.cc1757 os << "PATCH DELTA:" << image_header_.GetPatchDelta() << "\n\n"; in Dump()