Lines Matching refs:starts_with
598 DCHECK(option.starts_with("--base=")); in ParseBase()
608 DCHECK(option.starts_with("--instruction-set=")); in ParseInstructionSet()
622 DCHECK(option.starts_with("--instruction-set-variant=")); in ParseInstructionSetVariant()
633 DCHECK(option.starts_with("--instruction-set-features=")); in ParseInstructionSetFeatures()
653 DCHECK(option.starts_with("--compiler-backend=")); in ParseCompilerBackend()
667 DCHECK(option.starts_with(substr)); in ParseImageFormat()
1065 if (option.starts_with("--dex-file=")) { in ParseArgs()
1067 } else if (option.starts_with("--dex-location=")) { in ParseArgs()
1069 } else if (option.starts_with("--zip-fd=")) { in ParseArgs()
1071 } else if (option.starts_with("--zip-location=")) { in ParseArgs()
1073 } else if (option.starts_with("--oat-file=")) { in ParseArgs()
1075 } else if (option.starts_with("--oat-symbols=")) { in ParseArgs()
1077 } else if (option.starts_with("--oat-fd=")) { in ParseArgs()
1083 } else if (option.starts_with("-j")) { in ParseArgs()
1085 } else if (option.starts_with("--oat-location=")) { in ParseArgs()
1087 } else if (option.starts_with("--image=")) { in ParseArgs()
1089 } else if (option.starts_with("--image-classes=")) { in ParseArgs()
1091 } else if (option.starts_with("--image-classes-zip=")) { in ParseArgs()
1093 } else if (option.starts_with("--image-format=")) { in ParseArgs()
1095 } else if (option.starts_with("--compiled-classes=")) { in ParseArgs()
1097 } else if (option.starts_with("--compiled-classes-zip=")) { in ParseArgs()
1099 } else if (option.starts_with("--compiled-methods=")) { in ParseArgs()
1101 } else if (option.starts_with("--compiled-methods-zip=")) { in ParseArgs()
1103 } else if (option.starts_with("--base=")) { in ParseArgs()
1105 } else if (option.starts_with("--boot-image=")) { in ParseArgs()
1107 } else if (option.starts_with("--android-root=")) { in ParseArgs()
1109 } else if (option.starts_with("--instruction-set=")) { in ParseArgs()
1111 } else if (option.starts_with("--instruction-set-variant=")) { in ParseArgs()
1113 } else if (option.starts_with("--instruction-set-features=")) { in ParseArgs()
1115 } else if (option.starts_with("--compiler-backend=")) { in ParseArgs()
1117 } else if (option.starts_with("--profile-file=")) { in ParseArgs()
1119 } else if (option.starts_with("--profile-file-fd=")) { in ParseArgs()
1137 } else if (option.starts_with("--swap-file=")) { in ParseArgs()
1139 } else if (option.starts_with("--swap-fd=")) { in ParseArgs()
1141 } else if (option.starts_with("--app-image-file=")) { in ParseArgs()
1143 } else if (option.starts_with("--app-image-fd=")) { in ParseArgs()
1145 } else if (option.starts_with("--verbose-methods=")) { in ParseArgs()
1152 } else if (option.starts_with("--no-inline-from=")) { in ParseArgs()