D | profile_assistant_test.cc | 55 dex1 = BuildDex("location1", /*location_checksum=*/ 1, "LUnique1;", /*num_method_ids=*/ 10001); in PostRuntimeCreate() 435 SetupBasicProfile(dex1, hot_methods_cur, empty_vector, empty_vector, in CheckCompilationMethodPercentChange() 438 SetupBasicProfile(dex1, hot_methods_ref, empty_vector, empty_vector, in CheckCompilationMethodPercentChange() 474 const DexFile* dex1; member in art::ProfileAssistantTest 493 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 564 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 572 SetupProfile(dex1, dex2, kNumberOfMethodsAlreadyCompiled, 0, reference_profile, in TEST_F() 604 SetupProfile(dex1, dex2, /*number_of_methods=*/ 0, /*number_of_classes*/ 0, profile1, &info1); in TEST_F() 641 SetupProfile(dex1, dex2, kNumberOfMethodsToSkipCompilation, 0, profile1, &info1); in TEST_F() 723 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() [all …]
|