Home
last modified time | relevance | path

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

/art/runtime/
Ddexopt_test.cc142 EXPECT_EQ(image_header->GetPatchDelta(), oat_header.GetImagePatchDelta()); in GenerateOatForTest()
146 EXPECT_NE(image_header->GetPatchDelta(), oat_header.GetImagePatchDelta()); in GenerateOatForTest()
Doat.h98 int32_t GetImagePatchDelta() const;
Doat.cc365 int32_t OatHeader::GetImagePatchDelta() const { in GetImagePatchDelta() function in art::OatHeader
Doat_file_assistant.cc554 int32_t oat_patch_delta = oat_header.GetImagePatchDelta(); in GivenOatFileStatus()
/art/runtime/gc/space/
Dimage_space.cc1448 int32_t oat_patch_delta = oat_file->GetOatHeader().GetImagePatchDelta(); in OpenOatFile()
/art/oatdump/
Doatdump.cc474 oat_header.GetImagePatchDelta(), in Dump()
475 oat_header.GetImagePatchDelta()); in Dump()
/art/dex2oat/linker/
Doat_writer.cc3001 CHECK_EQ(oat_header_->GetImagePatchDelta(), 0); in WriteHeader()