Home
last modified time | relevance | path

Searched refs:GetImageSize (Results 1 – 10 of 10) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h147 return Begin() + GetImageHeader().GetImageSize(); in GetImageEnd()
Dimage_space.cc760 image_header.GetImageSize(), in LoadImageFile()
783 image_header.GetImageSize(), in LoadImageFile()
817 if (decompressed_size + sizeof(ImageHeader) != image_header.GetImageSize()) { in LoadImageFile()
822 image_header.GetImageSize()); in LoadImageFile()
1182 image_header.GetImageSize()); in RelocateInPlace()
1211 image_header.GetImageSize())); in RelocateInPlace()
/art/dex2oat/
Ddex2oat_test.cc659 uint64_t GetImageSize(const std::string& image_file_name) { in GetImageSize() function in art::Dex2oatLayoutTest
668 return image_header.GetImageSize(); in GetImageSize()
687 image_file_empty_profile = GetImageSize(app_image_file); in RunTest()
703 const uint64_t image_file_small_profile = GetImageSize(app_image_file); in RunTest()
/art/compiler/
Dimage_test.cc132 ret.push_back(image_header.GetImageSize()); in GetImageObjectSectionSizes()
460 ASSERT_LE(image_space->GetImageHeader().GetImageSize(), image_file_size); in TestWriteRead()
463 ASSERT_LE(image_file_size, image_space->GetImageHeader().GetImageSize()); in TestWriteRead()
Dimage_writer.cc95 const uint8_t* image_end = image_begin + boot_image_space->GetImageHeader().GetImageSize(); in IsInBootImage()
230 const size_t image_data_size = image_header->GetImageSize() - sizeof(ImageHeader); in Write()
/art/runtime/
Dimage.h130 size_t GetImageSize() const { in GetImageSize() function
/art/runtime/gc/collector/
Dimmune_spaces_test.cc222 EXPECT_EQ(image_header.GetImageSize(), kImageSize); in TEST_F()
/art/imgdiag/
Dimgdiag.cc322 const uint8_t* image_end_unaligned = image_begin_unaligned + boot_image_header.GetImageSize(); in DumpImageDiffMap()
/art/oatdump/
Doatdump.cc1740 os << "IMAGE SIZE: " << image_header_.GetImageSize() << "\n\n"; in Dump()
1903 size_t uncompressed_size = image_header_.GetImageSize() - sizeof(ImageHeader); in Dump()
/art/runtime/gc/
Dheap.cc4155 const uint32_t image_size = space_->GetImageHeader().GetImageSize(); in GetBootImagesSize()