Home
last modified time | relevance | path

Searched refs:GenerateProfile (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dcommon_runtime_test.h177 void GenerateProfile(ArrayRef<const std::string> dexes,
186 return GenerateProfile(
Dcommon_runtime_test.cc590 void CommonRuntimeTestImpl::GenerateProfile(ArrayRef<const std::string> dexes, in GenerateProfile() function in art::CommonRuntimeTestImpl
/art/dex2oat/
Ddex2oat_test.cc614 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/
Dimage_space_test.cc109 GenerateProfile(dex_files, profile_file.GetFile()); in TEST_F()