Searched refs:oat_size (Results 1 - 3 of 3) sorted by relevance

/art/dex2oat/
H A Ddex2oat_image_test.cc44 size_t oat_size = 0; member in struct:art::ImageSizes
49 os << "art=" << sizes.art_size << " oat=" << sizes.oat_size << " vdex=" << sizes.vdex_size;
133 int64_t oat_size = OS::GetFileSizeBytes(oat_file.c_str()); local
136 CHECK_GT(oat_size, 0u) << oat_file;
139 ret.oat_size = oat_size;
272 // EXPECT_EQ(compiled_all_classes_sizes.oat_size, base_sizes.oat_size);
287 // EXPECT_LT(compiled_classes_sizes.oat_size, base_sizes.oat_size);
[all...]
/art/runtime/gc/collector/
H A Dimmune_spaces_test.cc84 size_t oat_size) {
102 oat_size,
123 /*oat_data_end*/PointerToLowMemUInt32(oat_begin + oat_size),
124 /*oat_file_end*/PointerToLowMemUInt32(oat_begin + oat_size),
81 CreateImageSpace(uint8_t* image_begin, size_t image_size, uint8_t* oat_begin, size_t oat_size) argument
/art/runtime/gc/
H A Dheap.cc3988 const uint32_t oat_size = boot_oat_file->Size(); local
3992 *boot_oat_end = std::max(*boot_oat_end, oat_begin + oat_size);

Completed in 107 milliseconds