D | profile_assistant_test.cc | 48 dex1 = fake_dex_storage.AddFakeDex("location1", /* checksum= */ 1, /* num_method_ids= */ 10001); in PostRuntimeCreate() 378 SetupBasicProfile(dex1, hot_methods_cur, empty_vector, empty_vector, in CheckCompilationMethodPercentChange() 381 SetupBasicProfile(dex1, hot_methods_ref, empty_vector, empty_vector, in CheckCompilationMethodPercentChange() 395 SetupProfile(dex1, dex2, 0, classes_in_cur_profile, profile, &info1); in CheckCompilationClassPercentChange() 397 SetupProfile(dex1, dex2, 0, classes_in_ref_profile, reference_profile, &info2); in CheckCompilationClassPercentChange() 403 const DexFile* dex1; member in art::ProfileAssistantTest 423 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 456 SetupProfile(dex1, dex2, 0, kNumberOfClassesToEnableCompilation, profile1, &info1); in TEST_F() 487 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 495 SetupProfile(dex1, dex2, kNumberOfMethodsAlreadyCompiled, 0, reference_profile, in TEST_F() [all …]
|