Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_image_test.cc202 GenerateProfile(libcore_dexes_array, in TEST_F()
222 GenerateProfile(libcore_dexes_array, in TEST_F()
313 GenerateProfile(head_dex_files, in TEST_F()
319 GenerateProfile(mid_dex_files, in TEST_F()
325 GenerateProfile(tail_dex_files, in TEST_F()
379 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.cc84 GenerateProfile(dex_files, profile_file.GetFile()); in TEST_F()
111 GenerateProfile(dex_files, profile_file.GetFile()); in TEST_F()
/art/runtime/
Dcommon_runtime_test.h174 void GenerateProfile(ArrayRef<const std::string> dexes,
Dcommon_runtime_test.cc579 void CommonRuntimeTestImpl::GenerateProfile(ArrayRef<const std::string> dexes, in GenerateProfile() function in art::CommonRuntimeTestImpl