• Home
  • Raw
  • Download

Lines Matching refs:kNumberOfMethodsToEnableCompilation

435   const uint16_t kNumberOfMethodsToEnableCompilation = 100;  in TEST_F()  local
437 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
439 SetupProfile("p2", 2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
499 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local
501 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
503 SetupProfile("p2", 2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
510 &reference_info, kNumberOfMethodsToEnableCompilation / 2); in TEST_F()
617 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local
620 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
622 SetupProfile("p1", 2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
644 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local
647 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
649 SetupProfile("p1", 2, kNumberOfMethodsToEnableCompilation, 0, reference_profile, &reference_info); in TEST_F()
1005 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local
1007 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1, in TEST_F()
1017 &reference_info, kNumberOfMethodsToEnableCompilation / 2, /*reverse_dex_write_order=*/true); in TEST_F()
1177 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local
1180 kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
1183 kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
1191 &reference_info, kNumberOfMethodsToEnableCompilation / 2); in TEST_F()
1309 const uint16_t kNumberOfMethodsToEnableCompilation = 100; in TEST_F() local
1319 kNumberOfMethodsToEnableCompilation, kNumberOfClasses, profile1, &info1); in TEST_F()
1324 kNumberOfMethodsToEnableCompilation, kNumberOfClasses, profile2, &info2); in TEST_F()
1347 for (uint16_t i = 0; i < kNumberOfMethodsToEnableCompilation; i++) { in TEST_F()