HomeSort by relevance Sort by last modified time
    Searched refs:GetImagePatchDelta (Results 1 - 7 of 7) sorted by null

  /art/runtime/
dexopt_test.cc 135 EXPECT_EQ(image_header->GetPatchDelta(), oat_header.GetImagePatchDelta());
139 EXPECT_NE(image_header->GetPatchDelta(), oat_header.GetImagePatchDelta());
oat.h 97 int32_t GetImagePatchDelta() const;
oat.cc 365 int32_t OatHeader::GetImagePatchDelta() const {
oat_file_assistant.cc 528 int32_t oat_patch_delta = oat_header.GetImagePatchDelta();
    [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/oatdump/
oatdump.cc 443 oat_header.GetImagePatchDelta(),
444 oat_header.GetImagePatchDelta());
    [all...]
  /art/compiler/
oat_writer.cc     [all...]

Completed in 170 milliseconds