Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:oat_size

40   size_t oat_size = 0;
45 os << "art=" << sizes.art_size << " oat=" << sizes.oat_size << " vdex=" << sizes.vdex_size;
125 ret.oat_size = GetFileSizeBytes(oat_file);
128 CHECK_GT(ret.oat_size, 0u) << oat_file;
264 // EXPECT_EQ(compiled_all_classes_sizes.oat_size, base_sizes.oat_size);
279 // EXPECT_LT(compiled_classes_sizes.oat_size, base_sizes.oat_size);
295 // EXPECT_EQ(compiled_all_classes_sizes.oat_size, base_sizes.oat_size);
336 // EXPECT_LE(profile_sizes.oat_size * kRatio, compiled_methods_sizes.oat_size);
340 // EXPECT_GE(profile_sizes.oat_size / kRatio, compiled_methods_sizes.oat_size);