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

  /art/runtime/
dexopt_test.cc 124 EXPECT_NE(combined_checksum, oat_header.GetImageFileLocationOatChecksum());
126 EXPECT_EQ(combined_checksum, oat_header.GetImageFileLocationOatChecksum());
oat.h 104 uint32_t GetImageFileLocationOatChecksum() const;
oat.cc 385 uint32_t OatHeader::GetImageFileLocationOatChecksum() const {
oat_file_assistant.cc 498 } else if (file.GetOatHeader().GetImageFileLocationOatChecksum() != image_info->oat_checksum) {
    [all...]
  /art/compiler/
oat_test.cc 431 ASSERT_EQ(42U, oat_header.GetImageFileLocationOatChecksum());
    [all...]
  /art/oatdump/
oatdump.cc 447 os << StringPrintf("0x%08x\n\n", oat_header.GetImageFileLocationOatChecksum());
    [all...]

Completed in 717 milliseconds