Home
last modified time | relevance | path

Searched refs:WithHelp (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/
Ddex2oat_options.cc62 .WithHelp("Specifies a .dex, .jar, or .apk file to compile.\n" in AddInputMappings()
69 .WithHelp("specifies an alternative dex location to encode in the oat file for the\n" in AddInputMappings()
77 .WithHelp("Specifies a file descriptor of a dex file. It can be specified for multiple\n" in AddInputMappings()
82 .WithHelp("specifies a file descriptor of a zip file containing a classes.dex file to\n" in AddInputMappings()
87 .WithHelp("Specifies a symbolic name for the file corresponding to the FD given by\n" in AddInputMappings()
92 .WithHelp("provide the image file for the boot class path.\n" in AddInputMappings()
114 .WithHelp("specifies the vdex input source via a file descriptor.") in AddGeneratedArtifactMappings()
118 .WithHelp("specifies the vdex input source via a filename.") in AddGeneratedArtifactMappings()
121 .WithHelp("specifies the vdex output destination via a file descriptor.") in AddGeneratedArtifactMappings()
126 .WithHelp("specifies the vdex output destination via a filename.") in AddGeneratedArtifactMappings()
[all …]
/art/compiler/driver/
Dcompiler_options_map-inl.h120 .WithHelp("Select compiler filter\n"
129 .WithHelp("threshold size for a huge method for compiler filter tuning.")
133 .WithHelp("the maximum code units that a methodcan have to be considered for inlining.\n"
140 .WithHelp("Generate (or don't generate) debug information for native debugging, such as\n"
147 .WithHelp("Whether or not to generate minimal amount of LZMA-compressed debug\n"
153 .WithHelp("Generate GNU-compatible linker build ID ELF section with SHA-1 of the file\n"
160 .WithHelp("enable|disable code deduplication. Deduplicated code will have an arbitrary\n"
174 .WithHelp("Display a breakdown of where time was spent.")
178 .WithHelp("Display a breakdown time spent in optimization passes for each compiled"
183 .WithHelp("Display overall compilation statistics.")
[all …]
/art/runtime/
Dparsed_options.cc89 .WithHelp("The classpath, separated by ':'") in MakeParser()
96 ….WithHelp("Switches for advanced logging. Multiple categories can be enabled separated by ','. Eg:… in MakeParser()
100 .WithHelp("Print this help text.") in MakeParser()
109 .WithHelp("Load native agents.") in MakeParser()
144 .WithHelp("Start as zygote") in MakeParser()
188 .WithHelp("Allows compiling the boot classpath in memory when the given boot image is" in MakeParser()
203 .WithHelp("JDWP options. Eg suspend=n,server=y.") in MakeParser()
238 .WithHelp("Allows one to control the logging of explicit GCs. Defaults to 'true'") in MakeParser()
253 .WithHelp("Deprecated option") in MakeParser()
318 .WithHelp("profile-saver options -Xps-<key>:<value>") in MakeParser()
[all …]
/art/cmdline/
Dcmdline_parser.h178 ArgumentBuilder<TArg>& WithHelp(const char* sv) { in WithHelp() function
338 UntypedArgumentBuilder& WithHelp(const char* sv) { in WithHelp() function