Searched refs:kNumberOfMethodsToEnableCompilation (Results 1 – 1 of 1) sorted by relevance
/art/profman/ |
D | profile_assistant_test.cc | 421 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local 423 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 425 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F() 485 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local 487 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 489 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F() 496 &reference_info, kNumberOfMethodsToEnableCompilation / 2); in TEST_F() 603 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local 606 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 609 dex1_checksum_missmatch, dex2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F() [all …]
|