Home
last modified time | relevance | path

Searched refs:option (Results 26 – 50 of 131) sorted by relevance

123456

/art/test/304-method-tracing/
Drun18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATIO…
/art/compiler/driver/
Dcompiler_options.cc106 bool CompilerOptions::ParseDumpInitFailures(const std::string& option, std::string* error_msg) { in ParseDumpInitFailures() argument
107 init_failure_output_.reset(new std::ofstream(option)); in ParseDumpInitFailures()
113 "Failed to open %s for writing the initialization failures.", option.c_str()); in ParseDumpInitFailures()
120 bool CompilerOptions::ParseRegisterAllocationStrategy(const std::string& option, in ParseRegisterAllocationStrategy() argument
122 if (option == "linear-scan") { in ParseRegisterAllocationStrategy()
124 } else if (option == "graph-color") { in ParseRegisterAllocationStrategy()
/art/test/1972-jni-id-swap-indices/
Drun19 ./default-run $args --android-runtime-option -Xopaque-jni-ids:swapable --android-runtime-option -Xa…
/art/test/1973-jni-id-swap-pointer/
Drun19 ./default-run $args --android-runtime-option -Xopaque-jni-ids:swapable --android-runtime-option -Xa…
/art/test/118-noimage-dex2oat/
Drun37 ${RUN} ${flags} --runtime-option -Xnoimage-dex2oat
42 ${RUN} ${flags} --runtime-option -Ximage-dex2oat
/art/profman/
Dprofman.cc307 const std::string_view option(raw_option); in ParseArgs() local
312 if (option == "--dump-only") { in ParseArgs()
314 } else if (option == "--dump-classes-and-methods") { in ParseArgs()
316 } else if (StartsWith(option, "--create-profile-from=")) { in ParseArgs()
317 create_profile_from_file_ = std::string(option.substr(strlen("--create-profile-from="))); in ParseArgs()
318 } else if (StartsWith(option, "--dump-output-to-fd=")) { in ParseArgs()
320 } else if (option == "--generate-boot-profile") { in ParseArgs()
322 } else if (option == "--generate-boot-image-profile") { in ParseArgs()
324 } else if (StartsWith(option, "--method-threshold=")) { in ParseArgs()
330 } else if (StartsWith(option, "--class-threshold=")) { in ParseArgs()
[all …]
/art/tools/art_verifier/
Dart_verifier.cc106 std::string_view option(raw_option, raw_option_length); in ParseCustom() local
107 if (StartsWith(option, "--dex-file=")) { in ParseCustom()
109 } else if (option == "--dex-file-verifier") { in ParseCustom()
111 } else if (option == "--verbose") { in ParseCustom()
113 } else if (option == "--verbose-debug") { in ParseCustom()
115 } else if (StartsWith(option, "--repetitions=")) { in ParseCustom()
118 } else if (StartsWith(option, "--api-level=")) { in ParseCustom()
/art/cmdline/
Dcmdline.h156 const std::string_view option(raw_option); in Parse()
157 if (StartsWith(option, "--boot-image=")) { in Parse()
159 } else if (StartsWith(option, "--instruction-set=")) { in Parse()
167 } else if (option == "--runtime-arg") { in Parse()
175 } else if (StartsWith(option, "--output=")) { in Parse()
176 output_name_ = std::string(option.substr(strlen("--output="))); in Parse()
186 ParseStatus parse_status = ParseCustom(raw_option, option.length(), &error_msg); in Parse()
189 fprintf(stderr, "Unknown argument %s\n", option.data()); in Parse()
/art/test/115-native-bridge/
Drun39 exec ${RUN} --runtime-option -Xforce-nb-testing --runtime-option -XX:NativeBridge=$BRIDGE_SO ${MODA…
/art/tools/hiddenapi/
Dhiddenapi.cc892 const std::string_view option(raw_option); in ParseArgs() local
893 if (StartsWith(option, "--input-dex=")) { in ParseArgs()
894 boot_dex_paths_.push_back(std::string(option.substr(strlen("--input-dex=")))); in ParseArgs()
895 } else if (StartsWith(option, "--output-dex=")) { in ParseArgs()
896 output_dex_paths_.push_back(std::string(option.substr(strlen("--output-dex=")))); in ParseArgs()
897 } else if (StartsWith(option, "--api-flags=")) { in ParseArgs()
898 api_flags_path_ = std::string(option.substr(strlen("--api-flags="))); in ParseArgs()
899 } else if (option == "--no-force-assign-all") { in ParseArgs()
909 const std::string_view option(raw_option); in ParseArgs() local
910 if (StartsWith(option, "--boot-dex=")) { in ParseArgs()
[all …]
/art/test/597-deopt-new-string/
Drun18 exec ${RUN} -Xcompiler-option --debuggable "${@}"
/art/test/044-proxy/
Drun18 exec ${RUN} $@ --runtime-option -Xmx4m
/art/test/1004-checker-volatile-ref-load/
Drun18 exec ${RUN} $@ --runtime-option -Xmx16m
/art/test/167-visit-locks/
Drun18 exec ${RUN} $@ --runtime-option -Xmx2m
/art/test/165-lock-owner-proxy/
Drun18 exec ${RUN} $@ --runtime-option -Xmx2m
/art/test/168-vmstack-annotated/
Drun18 exec ${RUN} $@ --runtime-option -Xmx2m
/art/test/064-field-access/
Drun18 exec ${RUN} $@ --runtime-option -Xmx4m
/art/test/160-read-barrier-stress/
Drun18 exec ${RUN} $@ --runtime-option -Xmx16m
/art/test/570-checker-osr/
Drun18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
/art/test/566-polymorphic-inlining/
Drun19 --runtime-option -Xjitinitialsize:32M \
/art/test/913-heaps/
Drun17 ./default-run "$@" --jvmti -Xcompiler-option -g
/art/test/597-deopt-busy-loop/
Drun18 exec ${RUN} --jit -Xcompiler-option --debuggable "${@}"
/art/test/570-checker-osr-locals/
Drun18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
/art/test/569-checker-pattern-replacement/
Drun18 -Xcompiler-option --no-inline-from="core-oj,569-checker-pattern-replacement.jar!classes2.dex"
/art/test/1935-get-set-current-frame-jit/
Drun18 ./default-run "$@" --jvmti --runtime-option -Xjitinitialsize:32M

123456