D | profile_assistant_test.cc | 53 dex1 = BuildDex("location1", /*checksum=*/ 1, "LUnique1;", /*num_method_ids=*/ 10001); in PostRuntimeCreate() 432 SetupBasicProfile(dex1, hot_methods_cur, empty_vector, empty_vector, in CheckCompilationMethodPercentChange() 435 SetupBasicProfile(dex1, hot_methods_ref, empty_vector, empty_vector, in CheckCompilationMethodPercentChange() 465 const DexFile* dex1; member in art::ProfileAssistantTest 484 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 557 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 565 SetupProfile(dex1, dex2, kNumberOfMethodsAlreadyCompiled, 0, reference_profile, in TEST_F() 598 SetupProfile(dex1, dex2, /*number_of_methods=*/ 0, /*number_of_classes*/ 0, profile1, &info1); in TEST_F() 635 SetupProfile(dex1, dex2, kNumberOfMethodsToSkipCompilation, 0, profile1, &info1); in TEST_F() 741 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() [all …]
|