HomeSort by relevance Sort by last modified time
    Searched refs:arch_and_mode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/tools/
run-tests.py 268 if options.arch_and_mode:
269 options.arch_and_mode = [arch_and_mode.split(".")
270 for arch_and_mode in options.arch_and_mode.split(",")]
271 options.arch = ",".join([tokens[0] for tokens in options.arch_and_mode])
272 options.mode = ",".join([tokens[1] for tokens in options.arch_and_mode])
286 # Store the final configuration in arch_and_mode list. Don't overwrite
287 # predefined arch_and_mode since it is more expressive than arch and mode.
288 if not options.arch_and_mode
    [all...]
run-deopt-fuzzer.py 225 if options.arch_and_mode:
226 tokens = options.arch_and_mode.split(".")

Completed in 172 milliseconds