Searched refs:GenerateProfile (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | common_runtime_test.h | 177 void GenerateProfile(ArrayRef<const std::string> dexes, 186 return GenerateProfile(
|
D | common_runtime_test.cc | 590 void CommonRuntimeTestImpl::GenerateProfile(ArrayRef<const std::string> dexes, in GenerateProfile() function in art::CommonRuntimeTestImpl
|
/art/dex2oat/ |
D | dex2oat_test.cc | 614 void GenerateProfile(const std::string& test_profile, in GenerateProfile() function in art::Dex2oatLayoutTest 685 GenerateProfile(profile_location, dex_location, num_profile_classes); 911 GenerateProfile(profile1_location, dex_location, /*num_classes=*/1, /*class_offset=*/0); in TEST_F() 920 GenerateProfile(profile2_location, dex_location, /*num_classes=*/1, /*class_offset=*/1); in TEST_F() 949 GenerateProfile(profile_old, dex_location, /*num_classes=*/1, /*class_offset=*/0); in TEST_F() 953 GenerateProfile(profile_new, dex_location, /*num_classes=*/1, /*class_offset=*/0); in TEST_F() 957 GenerateProfile(profile_empty, dex_location, /*num_classes=*/0, /*class_offset=*/0); in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 109 GenerateProfile(dex_files, profile_file.GetFile()); in TEST_F()
|