Searched refs:kNumberOfMethodsToEnableCompilation (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/art/profman/ |
H A D | profile_assistant_test.cc | 491 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local 493 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 495 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F() 562 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local 564 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 566 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F() 573 &reference_info, kNumberOfMethodsToEnableCompilation / 2); in TEST_F() 720 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local 723 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 726 dex1_checksum_missmatch, dex2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F() [all …]
|