Searched refs:kRatio (Results 1 – 1 of 1) sorted by relevance
278 const double kRatio = 0.90; in TEST_F() local279 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()