Searched refs:CompileBootImage (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | common_runtime_test.h | 119 bool CompileBootImage(const std::vector<std::string>& extra_args, 126 bool CompileBootImage(const std::vector<std::string>& extra_args, 131 return CompileBootImage(
|
D | dexopt_test.cc | 88 bool ok = CompileBootImage(extra_args, filename_prefix, dex_files, dex_locations, &error_msg); in GenerateAlternateImage()
|
D | common_runtime_test.cc | 425 bool CommonRuntimeTestImpl::CompileBootImage(const std::vector<std::string>& extra_args, in CompileBootImage() function in art::CommonRuntimeTestImpl
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 94 if (!CompileBootImage(local_extra_args, filename_prefix, dex_files, &error_msg)) { in CompileImageAndGetSizes() 335 bool head_ok = CompileBootImage(extra_args, filename_prefix, head_dex_files, &error_msg); in TEST_F() 345 bool mid_ok = CompileBootImage(extra_args, filename_prefix, mid_dex_files, &error_msg); in TEST_F() 355 bool tail_ok = CompileBootImage(extra_args, filename_prefix, tail_dex_files, &error_msg); in TEST_F() 361 tail_ok = CompileBootImage(extra_args, filename_prefix, tail_dex_files, &error_msg); in TEST_F() 409 CompileBootImage(extra_args, single_filename_prefix, single_dex_files, &error_msg); in TEST_F() 577 single_ok = CompileBootImage(extra_args, in TEST_F()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 95 bool success = CompileBootImage(extra_args, image_dir + '/' + prefix, dex_files, &error_msg); in TEST_F()
|