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

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

Completed in 2120 milliseconds