Home
last modified time | relevance | path

Searched refs:extra_args (Results 1 – 12 of 12) sorted by relevance

/art/dex2oat/
Ddex2oat_vdex_test.cc46 const std::vector<std::string>& extra_args = {}) { in RunDex2oat() argument
65 args.insert(args.end(), extra_args.begin(), extra_args.end());
195 std::vector<std::string> extra_args; in TEST_F() local
196 extra_args.push_back("--dm-file=" + dm_file); in TEST_F()
198 ASSERT_TRUE(RunDex2oat(dex_file->GetLocation(), GetOdex(dex_file), nullptr, false, extra_args)); in TEST_F()
232 std::vector<std::string> extra_args; in TEST_F() local
233 extra_args.push_back("--dm-file=" + dm_file); in TEST_F()
242 extra_args)); in TEST_F()
257 std::vector<std::string> extra_args; in TEST_F() local
258 extra_args.push_back("--dm-file=" + dm_file); in TEST_F()
[all …]
Ddex2oat_image_test.cc87 const std::vector<std::string>& extra_args) { in CompileImageAndGetSizes() argument
91 std::vector<std::string> local_extra_args = extra_args; in CompileImageAndGetSizes()
332 std::vector<std::string> extra_args; in TEST_F() local
333 extra_args.push_back("--profile-file=" + head_profile_filename); in TEST_F()
334 extra_args.push_back(android::base::StringPrintf("--base=0x%08x", kBaseAddress)); in TEST_F()
335 bool head_ok = CompileBootImage(extra_args, filename_prefix, head_dex_files, &error_msg); in TEST_F()
340 extra_args.clear(); in TEST_F()
341 extra_args.push_back("--profile-file=" + mid_profile_filename); in TEST_F()
342 AddRuntimeArg(extra_args, "-Xbootclasspath:" + mid_bcp_string); in TEST_F()
343 AddRuntimeArg(extra_args, "-Xbootclasspath-locations:" + mid_bcp_string); in TEST_F()
[all …]
Ddex2oat_test.cc74 const std::vector<std::string>& extra_args = {}, in GenerateOdexForTestWithStatus() argument
98 args.insert(args.end(), extra_args.begin(), extra_args.end());
111 const std::vector<std::string>& extra_args = {}, in GenerateOdexForTest() argument
118 extra_args,
132 const std::vector<std::string>& extra_args, in GenerateOdexForTest() argument
140 CHECK(std::any_of(extra_args.begin(), in GenerateOdexForTest()
141 extra_args.end(), in GenerateOdexForTest()
143 CHECK(std::any_of(extra_args.begin(), in GenerateOdexForTest()
144 extra_args.end(), in GenerateOdexForTest()
154 extra_args, in GenerateOdexForTest()
[all …]
/art/runtime/
Ddexopt_test.cc83 std::vector<std::string> extra_args { in GenerateAlternateImage() local
91 bool ok = CompileBootImage(extra_args, filename_prefix, dex_files, dex_locations, &error_msg); in GenerateAlternateImage()
102 const std::vector<std::string>& extra_args) { in GenerateOatForTest() argument
149 args.insert(args.end(), extra_args.begin(), extra_args.end()); in GenerateOatForTest()
189 const std::vector<std::string>& extra_args) { in GenerateOdexForTest() argument
195 extra_args); in GenerateOdexForTest()
Ddexopt_test.h48 const std::vector<std::string>& extra_args = {});
55 const std::vector<std::string>& extra_args = {});
Dcommon_runtime_test.h119 bool CompileBootImage(const std::vector<std::string>& extra_args,
126 bool CompileBootImage(const std::vector<std::string>& extra_args,
132 extra_args, image_file_name_prefix, dex_files, dex_files, error_msg, use_fd_prefix);
Dcommon_runtime_test.cc429 bool CommonRuntimeTestImpl::CompileBootImage(const std::vector<std::string>& extra_args, in CompileBootImage() argument
485 argv.insert(argv.end(), extra_args.begin(), extra_args.end()); in CompileBootImage()
/art/tools/
Dbuildbot-build.sh81 extra_args="SOONG_ALLOW_MISSING_DEPENDENCIES=true"
85 extra_args="$extra_args TARGET_BUILD_UNBUNDLED=true"
97 make_command="build/soong/soong_ui.bash --make-mode $j_arg $extra_args $showcommands $common_target…
131 ANDROID_QUIET_BUILD=true build/soong/soong_ui.bash --make-mode $extra_args installclean
/art/profman/
Dprofile_assistant_test.cc173 const std::vector<const std::string>& extra_args = std::vector<const std::string>()) { in ProcessProfiles() argument
181 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end()); in ProcessProfiles()
230 std::vector<std::string>& extra_args, in RunProfman() argument
237 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end()); in RunProfman()
256 std::vector<std::string> extra_args; in DumpClassesAndMethods() local
257 extra_args.push_back("--dump-classes-and-methods"); in DumpClassesAndMethods()
259 filename, extra_args, file_contents, target.value_or(GetLibCoreDexFileNames()[0])); in DumpClassesAndMethods()
263 std::vector<std::string> extra_args; in DumpOnly() local
264 extra_args.push_back("--dump-only"); in DumpOnly()
265 return RunProfman(filename, extra_args, file_contents, GetLibCoreDexFileNames()[0]); in DumpOnly()
[all …]
/art/tools/jfuzz/
Drun_jfuzz_test.py180 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/runtime/gc/space/
Dimage_space_test.cc83 std::vector<std::string> extra_args = { in TEST_F() local
93 bool success = CompileBootImage(extra_args, image_dir + '/' + prefix, dex_files, &error_msg); in TEST_F()
/art/tools/hiddenapi/
Dhiddenapi_test.cc46 const std::vector<std::string>& extra_args, in RunHiddenapiEncode() argument
70 argv_str.insert(argv_str.end(), extra_args.begin(), extra_args.end()); in RunHiddenapiEncode()