Searched refs:Dex2oatArgumentMap (Results 1 – 3 of 3) sorted by relevance
/art/dex2oat/ |
D | dex2oat_options.h | 57 struct Dex2oatArgumentMap : CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey> { struct 59 using CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>::CompilerOptionsMap; 61 static std::unique_ptr<Dex2oatArgumentMap> Parse(int argc, 74 CmdlineParser<Dex2oatArgumentMap, Dex2oatArgumentMap::Key> CreateDex2oatArgumentParser(); 76 extern template struct CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>;
|
D | dex2oat_options.cc | 40 #define COMPILER_OPTIONS_MAP_TYPE Dex2oatArgumentMap 47 const Dex2oatArgumentMap::Key<Type> Dex2oatArgumentMap::Name {__VA_ARGS__}; 53 using M = Dex2oatArgumentMap; 54 using Parser = CmdlineParser<Dex2oatArgumentMap, Dex2oatArgumentMap::Key>; 462 AddCompilerOptionsArgumentParserOptions<Dex2oatArgumentMap>(*parser_builder); in CreateDex2oatArgumentParser() 469 std::unique_ptr<Dex2oatArgumentMap> Dex2oatArgumentMap::Parse(int argc, in Parse() 479 return std::make_unique<Dex2oatArgumentMap>(parser.ReleaseArgumentsMap()); in Parse()
|
D | dex2oat.cc | 998 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 999 const Dex2oatArgumentMap::Key<T>& key, in AssignIfExists() 1005 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 1006 const Dex2oatArgumentMap::Key<std::string>& key, in AssignIfExists() 1013 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 1014 const Dex2oatArgumentMap::Key<std::vector<std::string>>& key, in AssignIfExists() 1025 void AssignTrueIfExists(Dex2oatArgumentMap& map, in AssignTrueIfExists() 1026 const Dex2oatArgumentMap::Key<T>& key, in AssignTrueIfExists() 1033 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 1034 const Dex2oatArgumentMap::Key<std::string>& key, in AssignIfExists() [all …]
|