Searched defs:Usage (Results 1 – 9 of 9) sorted by relevance
| /art/compiler/driver/ |
| D | compiler_options.cc | 105 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/ |
| D | cmdline_parse_result.h | 34 static CmdlineParseResult Usage(const std::string& message) { in Usage() function
|
| /art/compiler/jit/ |
| D | jit_compiler.cc | 79 NO_RETURN static void Usage(const char* fmt, ...) { in Usage() function
|
| /art/runtime/ |
| D | parsed_options.cc | 621 void ParsedOptions::Usage(const char* fmt, ...) { in Usage() function in art::ParsedOptions
|
| D | utils.cc | 1848 UsageFn Usage) { in ParseStringAfterChar() 1862 UsageFn Usage) { in ParseDouble()
|
| /art/profman/ |
| D | profman.cc | 72 NO_RETURN static void Usage(const char *fmt, ...) { in Usage() function
|
| /art/compiler/ |
| D | oat_test.cc | 45 NO_RETURN static void Usage(const char* fmt, ...) { in Usage() function
|
| /art/patchoat/ |
| D | patchoat.cc | 905 NO_RETURN static void Usage(const char *fmt, ...) { in Usage() function
|
| /art/dex2oat/ |
| D | dex2oat.cc | 175 NO_RETURN static void Usage(const char* fmt, ...) { in Usage() function
|