Searched refs:starts_with (Results 1 – 12 of 12) sorted by relevance
135 DCHECK(option.starts_with("--dump-init-failures=")); in ParseDumpInitFailures()148 if (option.starts_with("--compiler-filter=")) { in ParseCompilerOption()155 } else if (option.starts_with("--huge-method-max=")) { in ParseCompilerOption()157 } else if (option.starts_with("--large-method-max=")) { in ParseCompilerOption()159 } else if (option.starts_with("--small-method-max=")) { in ParseCompilerOption()161 } else if (option.starts_with("--tiny-method-max=")) { in ParseCompilerOption()163 } else if (option.starts_with("--num-dex-methods=")) { in ParseCompilerOption()165 } else if (option.starts_with("--inline-depth-limit=")) { in ParseCompilerOption()167 } else if (option.starts_with("--inline-max-code-units=")) { in ParseCompilerOption()179 } else if (option.starts_with("--top-k-profile-threshold=")) { in ParseCompilerOption()[all …]
148 } else if (option.starts_with("--dump-output-to-fd=")) { in ParseArgs()150 } else if (option.starts_with("--profile-file=")) { in ParseArgs()152 } else if (option.starts_with("--profile-file-fd=")) { in ParseArgs()154 } else if (option.starts_with("--reference-profile-file=")) { in ParseArgs()156 } else if (option.starts_with("--reference-profile-file-fd=")) { in ParseArgs()158 } else if (option.starts_with("--dex-location=")) { in ParseArgs()160 } else if (option.starts_with("--apk-fd=")) { in ParseArgs()
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()[all …]
142 if (option.starts_with("--boot-image=")) { in Parse()144 } else if (option.starts_with("--instruction-set=")) { in Parse()152 } else if (option.starts_with("--output=")) { in Parse()
1262 if (option.starts_with("--instruction-set=")) { in patchoat()1269 } else if (option.starts_with("--input-oat-location=")) { in patchoat()1275 } else if (option.starts_with("--input-oat-file=")) { in patchoat()1281 } else if (option.starts_with("--input-oat-fd=")) { in patchoat()1293 } else if (option.starts_with("--input-image-location=")) { in patchoat()1295 } else if (option.starts_with("--output-oat-file=")) { in patchoat()1301 } else if (option.starts_with("--output-oat-fd=")) { in patchoat()1313 } else if (option.starts_with("--output-image-file=")) { in patchoat()1315 } else if (option.starts_with("--base-offset-delta=")) { in patchoat()1321 } else if (option.starts_with("--patched-image-location=")) { in patchoat()
121 if (option.starts_with("--instruction-set-variant=")) { in JitCompiler()129 } else if (option.starts_with("--instruction-set-features=")) { in JitCompiler()
2384 if (option.starts_with("--oat-file=")) { in ParseCustom()2386 } else if (option.starts_with("--image=")) { in ParseCustom()2396 } else if (option.starts_with("--symbolize=")) { in ParseCustom()2399 } else if (option.starts_with("--only-keep-debug")) { in ParseCustom()2401 } else if (option.starts_with("--class-filter=")) { in ParseCustom()2403 } else if (option.starts_with("--method-filter=")) { in ParseCustom()2405 } else if (option.starts_with("--list-classes")) { in ParseCustom()2407 } else if (option.starts_with("--list-methods")) { in ParseCustom()2409 } else if (option.starts_with("--export-dex-to=")) { in ParseCustom()2411 } else if (option.starts_with("--addr2instr=")) { in ParseCustom()[all …]
122 bool starts_with(const StringPiece& x) const { in starts_with() function
353 DCHECK(option.starts_with(option_prefix)) << option << " " << option_prefix;
514 if (class_name.starts_with(gBuiltInPrefixes[i])) { in ShouldTrace()
2285 if (!tail.starts_with("(")) { in operator ==()2293 if (!tail.starts_with(param)) { in operator ==()2299 if (!tail.starts_with(")")) { in operator ==()
1056 if (option.starts_with("--image-diff-pid=")) { in ParseCustom()1063 } else if (option.starts_with("--zygote-diff-pid=")) { in ParseCustom()