Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_image_test.cc278 const double kRatio = 0.90; in TEST_F() local
279 EXPECT_LE(profile_sizes.art_size * kRatio, compiled_methods_sizes.art_size); in TEST_F()
282 EXPECT_LE(profile_sizes.vdex_size * kRatio, compiled_methods_sizes.vdex_size); in TEST_F()
283 EXPECT_GE(profile_sizes.art_size / kRatio, compiled_methods_sizes.art_size); in TEST_F()
286 EXPECT_GE(profile_sizes.vdex_size / kRatio, compiled_methods_sizes.vdex_size); in TEST_F()