Home
last modified time | relevance | path

Searched refs:option (Results 1 – 25 of 30) sorted by relevance

12

/art/dex2oat/
Ddex2oat.cc457 static void ParseDouble(const std::string& option, char after_char, double min, double max, in ParseDouble() argument
460 ParseStringAfterChar(option, after_char, &substring); in ParseDouble()
475 Usage("Invalid double value %s for option %s\n", substring.c_str(), option.c_str()); in ParseDouble()
588 const StringPiece option(argv[i]); in ParseArgs() local
593 if (option.starts_with("--dex-file=")) { in ParseArgs()
594 dex_filenames_.push_back(option.substr(strlen("--dex-file=")).data()); in ParseArgs()
595 } else if (option.starts_with("--dex-location=")) { in ParseArgs()
596 dex_locations_.push_back(option.substr(strlen("--dex-location=")).data()); in ParseArgs()
597 } else if (option.starts_with("--zip-fd=")) { in ParseArgs()
598 const char* zip_fd_str = option.substr(strlen("--zip-fd=")).data(); in ParseArgs()
[all …]
/art/test/119-noimage-patchoat/
Drun34 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin}
38 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin…
42 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
/art/test/118-noimage-dex2oat/
Drun51 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
55 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat --runt…
59 ${RUN} ${flags} ${bpath_arg} --runtime-option -Ximage-dex2oat
/art/compiler/dex/
Dcompiler_ir.h45 OptionContent(const OptionContent& option) : in OptionContent()
46 type(option.type), container(option.container, option.type) {} in OptionContent()
66 friend std::ostream& operator<<(std::ostream& out, const OptionContent& option) {
67 if (option.type == kString) {
68 out << option.container.s;
70 out << option.container.i;
Dpass_me.h107 for (const auto& option : default_options_) { in PrintPassDefaultOptions() local
108 LOG(INFO) << "\t" << option.first << ":" << option.second; in PrintPassDefaultOptions()
119 for (const auto& option : default_options_) { in PrintPassOptions() local
120 LOG(INFO) << "\t" << option.first << ":" in PrintPassOptions()
121 << GetPassOption(option.first, overridden_options); in PrintPassOptions()
/art/cmdline/
Dcmdline_types.h443 static gc::CollectorType ParseCollectorType(const std::string& option) {
444 if (option == "MS" || option == "nonconcurrent") {
446 } else if (option == "CMS" || option == "concurrent") {
448 } else if (option == "SS") {
450 } else if (option == "GSS") {
452 } else if (option == "CC") {
454 } else if (option == "MC") {
480 Result Parse(const std::string& option) { // -Xgc: already stripped
484 Split(option, ',', &gc_options);
755 Result ParseAndAppend(const std::string& option, TestProfilerOptions& existing) {
[all …]
Dcmdline.h140 const StringPiece option(argv[i]); in Parse()
141 if (option.starts_with("--boot-image=")) { in Parse()
142 boot_image_location_ = option.substr(strlen("--boot-image=")).data(); in Parse()
143 } else if (option.starts_with("--instruction-set=")) { in Parse()
144 StringPiece instruction_set_str = option.substr(strlen("--instruction-set=")).data(); in Parse()
151 } else if (option.starts_with("--output=")) { in Parse()
152 output_name_ = option.substr(strlen("--output=")).ToString(); in Parse()
162 ParseStatus parse_status = ParseCustom(option, &error_msg); in Parse()
165 fprintf(stderr, "Unknown argument %s\n", option.data()); in Parse()
281 virtual ParseStatus ParseCustom(const StringPiece& option ATTRIBUTE_UNUSED, in ParseCustom()
/art/patchoat/
Dpatchoat.cc980 const StringPiece option(argv[i]); in patchoat() local
985 if (option.starts_with("--instruction-set=")) { in patchoat()
987 const char* isa_str = option.substr(strlen("--instruction-set=")).data(); in patchoat()
992 } else if (option.starts_with("--input-oat-location=")) { in patchoat()
997 input_oat_location = option.substr(strlen("--input-oat-location=")).data(); in patchoat()
998 } else if (option.starts_with("--input-oat-file=")) { in patchoat()
1003 input_oat_filename = option.substr(strlen("--input-oat-file=")).data(); in patchoat()
1004 } else if (option.starts_with("--input-oat-fd=")) { in patchoat()
1009 const char* oat_fd_str = option.substr(strlen("--input-oat-fd=")).data(); in patchoat()
1016 } else if (option.starts_with("--input-image-location=")) { in patchoat()
[all …]
/art/test/134-nodex2oat-nofallback/
Drun20 ${RUN} ${flags} --runtime-option -Xnodex2oat --runtime-option -Xno-dex-file-fallback
/art/test/304-method-tracing/
Drun18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATIO…
/art/test/116-nodex2oat/
Drun29 ${RUN} ${flags} --runtime-option -Xnodex2oat
33 ${RUN} ${flags} --runtime-option -Xdex2oat
/art/test/117-nopatchoat/
Drun41 ${RUN} ${flags} --runtime-option -Xnodex2oat
45 ${RUN} ${flags} --runtime-option -Xdex2oat
/art/test/etc/
Drun-test-jar64 option="$1"
65 FLAGS="${FLAGS} -Xcompiler-option $option"
66 COMPILE_FLAGS="${COMPILE_FLAGS} $option"
70 option="$1"
71 FLAGS="${FLAGS} $option"
Ddefault-build25 option="$1"
26 DX_FLAGS="${DX_FLAGS} $option"
/art/tools/
Drun-jdwp-tests.sh84 --vm-arg -Xcompiler-option --vm-arg --compiler-backend=Optimizing \
85 --vm-arg -Xcompiler-option --vm-arg --debuggable \
Dart66 echo "unknown option: $1" 1>&2
100 -Xcompiler-option --generate-debug-info \
/art/test/138-duplicate-classes-check2/
Drun19 exec ${RUN} --runtime-option -Xno-dex-file-fallback "${@}"
/art/runtime/
Dparsed_options.cc295 const std::string option(options[i].first); in ProcessSpecialOptions() local
297 if (option == "bootclasspath") { in ProcessSpecialOptions()
304 } else if (option == "compilercallbacks") { in ProcessSpecialOptions()
310 } else if (option == "imageinstructionset") { in ProcessSpecialOptions()
320 } else if (option == "sensitiveThread") { in ProcessSpecialOptions()
327 } else if (option == "vfprintf") { in ProcessSpecialOptions()
340 } else if (option == "exit") { in ProcessSpecialOptions()
351 } else if (option == "abort") { in ProcessSpecialOptions()
366 out_options->push_back(option); in ProcessSpecialOptions()
Druntime_options.def103 CompilerOptions) // -Xcompiler-option ...
105 ImageCompilerOptions) // -Ximage-compiler-option ...
/art/test/055-enum-performance/
Dinfo.txt2 this test with the "--timing" option.
/art/test/133-static-invoke-super/
Dinfo.txt2 this test with the "--timing" option.
/art/test/089-many-methods/
Dexpected.txt3 You may try using --multi-dex option.
/art/test/115-native-bridge/
Drun29 exec ${RUN} --runtime-option -XX:NativeBridge=libnativebridgetest.so ${MODARGS} NativeBridgeMain
/art/test/
Drun-test217 option="$1"
218 run_args="${run_args} -Xcompiler-option $option"
222 option="$1"
223 run_args="${run_args} --runtime-option $option"
/art/oatdump/
Doatdump.cc2301 virtual ParseStatus ParseCustom(const StringPiece& option, in ParseCustom()
2304 ParseStatus base_parse = Base::ParseCustom(option, error_msg); in ParseCustom()
2310 if (option.starts_with("--oat-file=")) { in ParseCustom()
2311 oat_filename_ = option.substr(strlen("--oat-file=")).data(); in ParseCustom()
2312 } else if (option.starts_with("--image=")) { in ParseCustom()
2313 image_location_ = option.substr(strlen("--image=")).data(); in ParseCustom()
2314 } else if (option =="--dump:raw_mapping_table") { in ParseCustom()
2316 } else if (option == "--dump:raw_gc_map") { in ParseCustom()
2318 } else if (option == "--no-dump:vmap") { in ParseCustom()
2320 } else if (option == "--no-disassemble") { in ParseCustom()
[all …]

12