Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.h120 bool CompileBootImage(const std::vector<std::string>& extra_args,
127 bool CompileBootImage(const std::vector<std::string>& extra_args,
132 return CompileBootImage(
Ddexopt_test.cc92 bool ok = CompileBootImage(extra_args, filename_prefix, dex_files, dex_locations, &error_msg); in GenerateAlternateImage()
Dcommon_runtime_test.cc454 bool CommonRuntimeTestImpl::CompileBootImage(const std::vector<std::string>& extra_args, in CompileBootImage() function in art::CommonRuntimeTestImpl
/art/dex2oat/
Ddex2oat_image_test.cc93 if (!CompileBootImage(local_extra_args, filename_prefix, dex_files, &error_msg)) { in CompileImageAndGetSizes()
334 bool head_ok = CompileBootImage(extra_args, filename_prefix, head_dex_files, &error_msg); in TEST_F()
344 bool mid_ok = CompileBootImage(extra_args, filename_prefix, mid_dex_files, &error_msg); in TEST_F()
354 bool tail_ok = CompileBootImage(extra_args, filename_prefix, tail_dex_files, &error_msg); in TEST_F()
360 tail_ok = CompileBootImage(extra_args, filename_prefix, tail_dex_files, &error_msg); in TEST_F()
408 CompileBootImage(extra_args, single_filename_prefix, single_dex_files, &error_msg); in TEST_F()
581 single_ok = CompileBootImage(extra_args, in TEST_F()
/art/runtime/gc/space/
Dimage_space_test.cc87 CompileBootImage(extra_args, ART_FORMAT("{}/{}", image_dir, prefix), dex_files, &error_msg); in TEST_F()