Lines Matching refs:starts_with

593       if (option.starts_with("--dex-file=")) {  in ParseArgs()
595 } else if (option.starts_with("--dex-location=")) { in ParseArgs()
597 } else if (option.starts_with("--zip-fd=")) { in ParseArgs()
605 } else if (option.starts_with("--zip-location=")) { in ParseArgs()
607 } else if (option.starts_with("--oat-file=")) { in ParseArgs()
609 } else if (option.starts_with("--oat-symbols=")) { in ParseArgs()
611 } else if (option.starts_with("--oat-fd=")) { in ParseArgs()
623 } else if (option.starts_with("-j")) { in ParseArgs()
628 } else if (option.starts_with("--oat-location=")) { in ParseArgs()
630 } else if (option.starts_with("--image=")) { in ParseArgs()
632 } else if (option.starts_with("--image-classes=")) { in ParseArgs()
634 } else if (option.starts_with("--image-classes-zip=")) { in ParseArgs()
636 } else if (option.starts_with("--compiled-classes=")) { in ParseArgs()
638 } else if (option.starts_with("--compiled-classes-zip=")) { in ParseArgs()
640 } else if (option.starts_with("--compiled-methods=")) { in ParseArgs()
642 } else if (option.starts_with("--compiled-methods-zip=")) { in ParseArgs()
644 } else if (option.starts_with("--base=")) { in ParseArgs()
651 } else if (option.starts_with("--boot-image=")) { in ParseArgs()
653 } else if (option.starts_with("--android-root=")) { in ParseArgs()
655 } else if (option.starts_with("--instruction-set=")) { in ParseArgs()
666 } else if (option.starts_with("--instruction-set-variant=")) { in ParseArgs()
673 } else if (option.starts_with("--instruction-set-features=")) { in ParseArgs()
688 } else if (option.starts_with("--compiler-backend=")) { in ParseArgs()
698 } else if (option.starts_with("--compiler-filter=")) { in ParseArgs()
702 } else if (option.starts_with("--huge-method-max=")) { in ParseArgs()
710 } else if (option.starts_with("--large-method-max=")) { in ParseArgs()
718 } else if (option.starts_with("--small-method-max=")) { in ParseArgs()
726 } else if (option.starts_with("--tiny-method-max=")) { in ParseArgs()
734 } else if (option.starts_with("--num-dex-methods=")) { in ParseArgs()
742 } else if (option.starts_with("--inline-depth-limit=")) { in ParseArgs()
750 } else if (option.starts_with("--inline-max-code-units=")) { in ParseArgs()
772 } else if (option.starts_with("--dump-cfg=")) { in ParseArgs()
783 } else if (option.starts_with("--profile-file=")) { in ParseArgs()
788 } else if (option.starts_with("--top-k-profile-threshold=")) { in ParseArgs()
792 } else if (option.starts_with("--disable-passes=")) { in ParseArgs()
795 } else if (option.starts_with("--print-passes=")) { in ParseArgs()
800 } else if (option.starts_with("--dump-cfg-passes=")) { in ParseArgs()
805 } else if (option.starts_with("--pass-options=")) { in ParseArgs()
812 } else if (option.starts_with("--verbose-methods=")) { in ParseArgs()
817 } else if (option.starts_with("--dump-init-failures=")) { in ParseArgs()
827 } else if (option.starts_with("--swap-file=")) { in ParseArgs()
829 } else if (option.starts_with("--swap-fd=")) { in ParseArgs()