/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 182 } else if (StartsWith(option, "--dex-file=")) { in ParseArgs() 184 } else if (StartsWith(option, "--compiler-filter=")) { in ParseArgs() 189 } else if (StartsWith(option, "--isa=")) { in ParseArgs() 195 } else if (StartsWith(option, "--image=")) { in ParseArgs() 203 } else if (StartsWith(option, "--android-data=")) { in ParseArgs() 210 } else if (StartsWith(option, "--oat-fd=")) { in ParseArgs() 215 } else if (StartsWith(option, "--vdex-fd=")) { in ParseArgs() 220 } else if (StartsWith(option, "--zip-fd=")) { in ParseArgs() 225 } else if (StartsWith(option, "--class-loader-context=")) { in ParseArgs() 227 } else if (StartsWith(option, "--class-loader-context-fds=")) { in ParseArgs()
|
/art/libdexfile/dex/ |
D | signature.cc | 65 if (!StartsWith(tail, "(")) { in operator ==() 73 if (!StartsWith(tail, param)) { in operator ==() 79 if (!StartsWith(tail, ")")) { in operator ==()
|
/art/profman/ |
D | profman.cc | 197 DCHECK(StartsWith(raw_option, option_prefix)) << raw_option << " " << option_prefix; in ParseUintOption() 267 } else if (StartsWith(option, "--create-profile-from=")) { in ParseArgs() 269 } else if (StartsWith(option, "--dump-output-to-fd=")) { in ParseArgs() 273 } else if (StartsWith(option, "--boot-image-class-threshold=")) { in ParseArgs() 277 } else if (StartsWith(option, "--boot-image-clean-class-threshold=")) { in ParseArgs() 281 } else if (StartsWith(option, "--boot-image-sampled-method-threshold=")) { in ParseArgs() 285 } else if (StartsWith(option, "--profile-file=")) { in ParseArgs() 287 } else if (StartsWith(option, "--profile-file-fd=")) { in ParseArgs() 289 } else if (StartsWith(option, "--reference-profile-file=")) { in ParseArgs() 291 } else if (StartsWith(option, "--reference-profile-file-fd=")) { in ParseArgs() [all …]
|
/art/cmdline/ |
D | cmdline_types.h | 674 if (android::base::StartsWith(option, "min-save-period-ms:")) { 680 if (android::base::StartsWith(option, "save-resolved-classes-delay-ms:")) { 686 if (android::base::StartsWith(option, "hot-startup-method-samples:")) { 692 if (android::base::StartsWith(option, "min-methods-to-save:")) { 698 if (android::base::StartsWith(option, "min-classes-to-save:")) { 704 if (android::base::StartsWith(option, "min-notification-before-wake:")) { 710 if (android::base::StartsWith(option, "max-notification-before-wake:")) { 716 if (android::base::StartsWith(option, "profile-path:")) {
|
D | cmdline.h | 157 if (StartsWith(option, "--boot-image=")) { in Parse() 159 } else if (StartsWith(option, "--instruction-set=")) { in Parse() 175 } else if (StartsWith(option, "--output=")) { in Parse()
|
D | token_range.h | 193 bool StartsWith(const TokenRange& other) const { in StartsWith() function 361 if (!StartsWith(*token_it, name_prefix)) { in MaybeMatches() 384 static bool StartsWith(const std::string& larger, const std::string& smaller) { in StartsWith() function
|
/art/libartbase/base/ |
D | string_view_cpp20.h | 30 inline bool StartsWith(std::string_view sv, std::string_view prefix) { in StartsWith() function
|
D | file_utils.cc | 357 return android::base::StartsWith(full_path, path_prefix); in IsLocationOnModule() 377 return android::base::StartsWith(full_path, kApexDefaultPath); in LocationIsOnApex() 388 android::base::StartsWith(full_path.get(), GetAndroidRoot().c_str()); in LocationIsOnSystem()
|
/art/tools/veridex/ |
D | veridex.cc | 88 static bool StartsWith(const char* str, const char* val) { in StartsWith() function 98 if (StartsWith(argv[i], kDexFileOption)) { in ParseArgs() 100 } else if (StartsWith(argv[i], kStubsOption)) { in ParseArgs() 102 } else if (StartsWith(argv[i], kFlagsOption)) { in ParseArgs() 106 } else if (StartsWith(argv[i], kTargetSdkVersion)) { in ParseArgs()
|
/art/tools/art_verifier/ |
D | art_verifier.cc | 107 if (StartsWith(option, "--dex-file=")) { in ParseCustom() 115 } else if (StartsWith(option, "--repetitions=")) { in ParseCustom() 118 } else if (StartsWith(option, "--api-level=")) { in ParseCustom()
|
/art/runtime/verifier/ |
D | method_verifier_test.cc | 48 if (android::base::StartsWith(descriptor, "Ljava/lang/invoke")) { in VerifyClass()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 893 if (StartsWith(option, "--input-dex=")) { in ParseArgs() 895 } else if (StartsWith(option, "--output-dex=")) { in ParseArgs() 897 } else if (StartsWith(option, "--api-flags=")) { in ParseArgs() 910 if (StartsWith(option, "--boot-dex=")) { in ParseArgs() 912 } else if (StartsWith(option, "--public-stub-classpath=")) { in ParseArgs() 916 } else if (StartsWith(option, "--system-stub-classpath=")) { in ParseArgs() 920 } else if (StartsWith(option, "--test-stub-classpath=")) { in ParseArgs() 924 } else if (StartsWith(option, "--core-platform-stub-classpath=")) { in ParseArgs() 928 } else if (StartsWith(option, "--out-api-flags=")) { in ParseArgs()
|
/art/compiler/jit/ |
D | jit_compiler.cc | 77 if (StartsWith(option, "--instruction-set-variant=")) { in ParseCompilerOptions() 85 } else if (StartsWith(option, "--instruction-set-features=")) { in ParseCompilerOptions()
|
/art/compiler/driver/ |
D | compiler_options.cc | 198 return android::base::StartsWith(boot_image_filename, "core-"); in IsCoreImageFilename()
|
/art/oatdump/ |
D | oatdump.cc | 3292 if (android::base::StartsWith(p_name, method.c_str())) { in DumpIMTForMethod() 3305 if (android::base::StartsWith(p_name, method.c_str())) { in DumpIMTForMethod() 3318 if (android::base::StartsWith(i_name, method.c_str())) { in DumpIMTForMethod() 3337 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream() 3402 if (StartsWith(option, "--oat-file=")) { in ParseCustom() 3404 } else if (StartsWith(option, "--dex-file=")) { in ParseCustom() 3406 } else if (StartsWith(option, "--image=")) { in ParseCustom() 3416 } else if (StartsWith(option, "--symbolize=")) { in ParseCustom() 3419 } else if (StartsWith(option, "--only-keep-debug")) { in ParseCustom() 3421 } else if (StartsWith(option, "--class-filter=")) { in ParseCustom() [all …]
|
/art/dex2oat/ |
D | dex2oat.cc | 135 if (android::base::StartsWith(original_argv[i], "--zip-fd=")) { in StrippedCommandLine() 138 if (android::base::StartsWith(original_argv[i], "--compiler-filter=")) { in StrippedCommandLine() 152 if (android::base::StartsWith(original_argv[i], "--instruction-set")) { in StrippedCommandLine() 157 if (android::base::StartsWith(original_argv[i], "--boot-image=")) { in StrippedCommandLine() 162 if (android::base::StartsWith(original_argv[i], "--image-format=")) { in StrippedCommandLine() 171 if (android::base::StartsWith(original_argv[i], "--zip-") || in StrippedCommandLine() 172 android::base::StartsWith(original_argv[i], "--dex-") || in StrippedCommandLine() 173 android::base::StartsWith(original_argv[i], "--oat-") || in StrippedCommandLine() 174 android::base::StartsWith(original_argv[i], "--swap-") || in StrippedCommandLine() 175 android::base::StartsWith(original_argv[i], "--app-image-")) { in StrippedCommandLine() [all …]
|
/art/runtime/ |
D | oat_file_assistant.cc | 471 !android::base::StartsWith(basename.c_str(), kAnonymousDexPrefix) || in IsAnonymousVdexBasename() 616 if (!StartsWith(remaining_bcp, location)) { in ValidateBootClassPathChecksums() 625 if (!StartsWith(remaining_bcp, ":")) { in ValidateBootClassPathChecksums()
|
D | elf_file.cc | 1480 if (android::base::StartsWith(name, ".debug") in Strip()
|
D | class_loader_context_test.cc | 437 if (!android::base::StartsWith(in, cwd) || (cwd_len < 1)) { in CreateRelativeString()
|
/art/dexlayout/ |
D | dexdiag.cc | 473 } else if (StartsWith(option, "--contains=")) { in DexDiagMain()
|
/art/openjdkjvmti/ |
D | ti_thread.cc | 131 !android::base::StartsWith(name, "Jit thread pool") && in ThreadStart() 132 !android::base::StartsWith(name, "Runtime worker thread")) { in ThreadStart()
|
/art/imgdiag/ |
D | imgdiag.cc | 1856 if (StartsWith(option, "--image-diff-pid=")) { in ParseCustom() 1863 } else if (StartsWith(option, "--zygote-diff-pid=")) { in ParseCustom()
|
/art/runtime/jit/ |
D | jit.cc | 626 if (android::base::StartsWith(option, "--profile-file=")) { in Run()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 614 if (StartsWith(class_name, gBuiltInPrefixes[i])) { in ShouldTrace()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 938 !android::base::StartsWith(method_ref.dex_file->GetLocation(), "/apex")) { in ShouldCompileBasedOnProfile()
|