Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_image_test.cc204 GenerateProfile(libcore_dexes_array, in TEST_F()
224 GenerateProfile(libcore_dexes_array, in TEST_F()
317 GenerateProfile(head_dex_files, in TEST_F()
323 GenerateProfile(mid_dex_files, in TEST_F()
329 GenerateProfile(tail_dex_files, in TEST_F()
383 GenerateProfile(single_dex_files, in TEST_F()
Ddex2oat_test.cc649 void GenerateProfile(const std::string& test_profile, in GenerateProfile() function in art::Dex2oatLayoutTest
684 GenerateProfile(profile_location, dex_file.get(), num_profile_classes);
/art/runtime/gc/space/
Dimage_space_test.cc80 GenerateProfile(dex_files, profile_file.GetFile()); in TEST_F()
107 GenerateProfile(dex_files, profile_file.GetFile()); in TEST_F()
/art/runtime/
Dcommon_runtime_test.h176 void GenerateProfile(ArrayRef<const std::string> dexes,
Dcommon_runtime_test.cc602 void CommonRuntimeTestImpl::GenerateProfile(ArrayRef<const std::string> dexes, in GenerateProfile() function in art::CommonRuntimeTestImpl