Searched refs:UsageFn (Results 1 – 4 of 4) sorted by relevance
/art/compiler/driver/ |
D | compiler_options.h | 234 bool ParseCompilerOption(const StringPiece& option, UsageFn Usage); 249 void ParseDumpInitFailures(const StringPiece& option, UsageFn Usage); 250 void ParseDumpCfgPasses(const StringPiece& option, UsageFn Usage); 251 void ParseInlineMaxCodeUnits(const StringPiece& option, UsageFn Usage); 252 void ParseInlineDepthLimit(const StringPiece& option, UsageFn Usage); 253 void ParseNumDexMethods(const StringPiece& option, UsageFn Usage); 254 void ParseTinyMethodMax(const StringPiece& option, UsageFn Usage); 255 void ParseSmallMethodMax(const StringPiece& option, UsageFn Usage); 256 void ParseLargeMethodMax(const StringPiece& option, UsageFn Usage); 257 void ParseHugeMethodMax(const StringPiece& option, UsageFn Usage);
|
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() 134 UsageFn Usage ATTRIBUTE_UNUSED) { in ParseDumpInitFailures() 147 bool CompilerOptions::ParseCompilerOption(const StringPiece& option, UsageFn Usage) { in ParseCompilerOption()
|
/art/runtime/ |
D | utils.h | 344 using UsageFn = void (*)(const char*, ...); variable 350 UsageFn Usage, 370 UsageFn Usage);
|
D | utils.cc | 1848 UsageFn Usage) { in ParseStringAfterChar() 1862 UsageFn Usage) { in ParseDouble()
|