Home
last modified time | relevance | path

Searched defs:Usage (Results 1 – 9 of 9) sorted by relevance

/art/compiler/driver/
Dcompiler_options.cc105 void CompilerOptions::ParseHugeMethodMax(const StringPiece& option, UsageFn Usage) { in ParseHugeMethodMax()
109 void CompilerOptions::ParseLargeMethodMax(const StringPiece& option, UsageFn Usage) { in ParseLargeMethodMax()
113 void CompilerOptions::ParseSmallMethodMax(const StringPiece& option, UsageFn Usage) { in ParseSmallMethodMax()
117 void CompilerOptions::ParseTinyMethodMax(const StringPiece& option, UsageFn Usage) { in ParseTinyMethodMax()
121 void CompilerOptions::ParseNumDexMethods(const StringPiece& option, UsageFn Usage) { in ParseNumDexMethods()
125 void CompilerOptions::ParseInlineDepthLimit(const StringPiece& option, UsageFn Usage) { in ParseInlineDepthLimit()
129 void CompilerOptions::ParseInlineMaxCodeUnits(const StringPiece& option, UsageFn Usage) { in ParseInlineMaxCodeUnits()
147 bool CompilerOptions::ParseCompilerOption(const StringPiece& option, UsageFn Usage) { in ParseCompilerOption()
/art/cmdline/
Dcmdline_parse_result.h34 static CmdlineParseResult Usage(const std::string& message) { in Usage() function
/art/compiler/jit/
Djit_compiler.cc79 NO_RETURN static void Usage(const char* fmt, ...) { in Usage() function
/art/runtime/
Dparsed_options.cc621 void ParsedOptions::Usage(const char* fmt, ...) { in Usage() function in art::ParsedOptions
Dutils.cc1848 UsageFn Usage) { in ParseStringAfterChar()
1862 UsageFn Usage) { in ParseDouble()
/art/profman/
Dprofman.cc72 NO_RETURN static void Usage(const char *fmt, ...) { in Usage() function
/art/compiler/
Doat_test.cc45 NO_RETURN static void Usage(const char* fmt, ...) { in Usage() function
/art/patchoat/
Dpatchoat.cc905 NO_RETURN static void Usage(const char *fmt, ...) { in Usage() function
/art/dex2oat/
Ddex2oat.cc175 NO_RETURN static void Usage(const char* fmt, ...) { in Usage() function