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

  /art/test/117-nopatchoat/
nopatchoat.cc 41 return !spaces.empty() && spaces[0]->GetImageHeader().GetPatchDelta() == 0;
  /art/runtime/
dexopt_test.cc 135 EXPECT_EQ(image_header->GetPatchDelta(), oat_header.GetImagePatchDelta());
139 EXPECT_NE(image_header->GetPatchDelta(), oat_header.GetImagePatchDelta());
image.h 166 off_t GetPatchDelta() const {
oat_file_assistant.cc 860 info->patch_delta = image_header->GetPatchDelta();
    [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 272 milliseconds