Searched refs:kNumberOfMethodsInCurProfile (Results 1 – 1 of 1) sorted by relevance
/art/profman/ |
D | profile_assistant_test.cc | 668 const uint16_t kNumberOfMethodsInCurProfile = 6100; // Threshold is 2%. in TEST_F() local 674 kNumberOfMethodsInCurProfile, kNumberOfMethodsInRefProfile, extra_args)); in TEST_F() 679 const uint16_t kNumberOfMethodsInCurProfile = 6200; // Threshold is 2%. in TEST_F() local 685 kNumberOfMethodsInCurProfile, kNumberOfMethodsInRefProfile, extra_args)); in TEST_F() 2159 const uint16_t kNumberOfMethodsInCurProfile = 601; in TEST_F() local 2169 dex1, dex2, kNumberOfMethodsInCurProfile, /*number_of_classes=*/0, cur_profile, &cur_info); in TEST_F() 2185 const uint16_t kNumberOfMethodsInCurProfile = 600; in TEST_F() local 2195 dex1, dex2, kNumberOfMethodsInCurProfile, /*number_of_classes=*/0, cur_profile, &cur_info); in TEST_F() 2210 const uint16_t kNumberOfMethodsInCurProfile = 0; in TEST_F() local 2220 dex1, dex2, kNumberOfMethodsInCurProfile, /*number_of_classes=*/0, cur_profile, &cur_info); in TEST_F()
|