/art/dex2oat/ |
D | dex2oat_image_test.cc | 87 const std::vector<std::string>& extra_args) { in CompileImageAndGetSizes() argument 91 std::vector<std::string> local_extra_args = extra_args; in CompileImageAndGetSizes() 336 std::vector<std::string> extra_args; in TEST_F() local 337 extra_args.push_back("--profile-file=" + head_profile_filename); in TEST_F() 338 extra_args.push_back(android::base::StringPrintf("--base=0x%08x", kBaseAddress)); in TEST_F() 339 bool head_ok = CompileBootImage(extra_args, filename_prefix, head_dex_files, &error_msg); in TEST_F() 344 extra_args.clear(); in TEST_F() 345 extra_args.push_back("--profile-file=" + mid_profile_filename); in TEST_F() 346 AddRuntimeArg(extra_args, "-Xbootclasspath:" + mid_bcp_string); in TEST_F() 347 AddRuntimeArg(extra_args, "-Xbootclasspath-locations:" + mid_bcp_string); in TEST_F() [all …]
|
D | dex2oat_test.cc | 77 const std::vector<std::string>& extra_args = {}, in GenerateOdexForTestWithStatus() argument 101 args.insert(args.end(), extra_args.begin(), extra_args.end()); 114 const std::vector<std::string>& extra_args = {}, in GenerateOdexForTest() argument 121 extra_args, 135 const std::vector<std::string>& extra_args, in GenerateOdexForTest() argument 143 CHECK(std::any_of(extra_args.begin(), in GenerateOdexForTest() 144 extra_args.end(), in GenerateOdexForTest() 146 CHECK(std::any_of(extra_args.begin(), in GenerateOdexForTest() 147 extra_args.end(), in GenerateOdexForTest() 157 extra_args, in GenerateOdexForTest() [all …]
|
/art/tools/ |
D | buildbot-build.sh | 66 extra_args="SOONG_ALLOW_MISSING_DEPENDENCIES=true TEMPORARY_DISABLE_PATH_RESTRICTIONS=true" 69 …make_command="build/soong/soong_ui.bash --make-mode $j_arg $extra_args $showcommands build-art-hos… 77 …make_command="build/soong/soong_ui.bash --make-mode $j_arg $extra_args $showcommands build-art-tar…
|
/art/runtime/ |
D | dexopt_test.cc | 80 std::vector<std::string> extra_args { in GenerateAlternateImage() local 88 bool ok = CompileBootImage(extra_args, filename_prefix, dex_files, dex_locations, &error_msg); in GenerateAlternateImage() 99 const std::vector<std::string>& extra_args) { in GenerateOatForTest() argument 128 args.insert(args.end(), extra_args.begin(), extra_args.end()); in GenerateOatForTest() 169 const std::vector<std::string>& extra_args) { in GenerateOdexForTest() argument 175 extra_args); in GenerateOdexForTest()
|
D | dexopt_test.h | 48 const std::vector<std::string>& extra_args = {}); 55 const std::vector<std::string>& extra_args = {});
|
D | common_runtime_test.h | 121 bool CompileBootImage(const std::vector<std::string>& extra_args, 128 bool CompileBootImage(const std::vector<std::string>& extra_args, 134 extra_args, image_file_name_prefix, dex_files, dex_files, error_msg, use_fd_prefix);
|
D | common_runtime_test.cc | 448 bool CommonRuntimeTestImpl::CompileBootImage(const std::vector<std::string>& extra_args, in CompileBootImage() argument 504 argv.insert(argv.end(), extra_args.begin(), extra_args.end()); in CompileBootImage()
|
/art/tools/jfuzz/ |
D | run_jfuzz_test.py | 180 def __init__(self, dexer, debug_info, extra_args=None): argument 190 if extra_args is not None: 191 self._art_cmd += extra_args 255 def __init__(self, dexer, debug_info, device, extra_args=None): argument 267 if extra_args is not None: 268 self._dalvik_cmd += extra_args
|
/art/profman/ |
D | profile_assistant_test.cc | 197 const std::vector<const std::string>& extra_args = std::vector<const std::string>()) { in ProcessProfiles() argument 205 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end()); in ProcessProfiles() 253 std::vector<std::string>& extra_args, in RunProfman() argument 259 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end()); in RunProfman() 277 std::vector<std::string> extra_args; in DumpClassesAndMethods() local 278 extra_args.push_back("--dump-classes-and-methods"); in DumpClassesAndMethods() 279 return RunProfman(filename, extra_args, file_contents); in DumpClassesAndMethods() 283 std::vector<std::string> extra_args; in DumpOnly() local 284 extra_args.push_back("--dump-only"); in DumpOnly() 285 return RunProfman(filename, extra_args, file_contents); in DumpOnly() [all …]
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 81 std::vector<std::string> extra_args = { in TEST_F() local 91 bool success = CompileBootImage(extra_args, image_dir + '/' + prefix, dex_files, &error_msg); in TEST_F()
|
/art/tools/hiddenapi/ |
D | hiddenapi_test.cc | 46 const std::vector<std::string>& extra_args, in RunHiddenapiEncode() argument 69 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end()); in RunHiddenapiEncode()
|