Searched refs:Dex2oatArgumentMap (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/dex2oat/ |
H A D | dex2oat_options.h | 58 struct Dex2oatArgumentMap : CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey> { struct 60 using CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>::CompilerOptionsMap; 62 static std::unique_ptr<Dex2oatArgumentMap> Parse(int argc, 75 CmdlineParser<Dex2oatArgumentMap, Dex2oatArgumentMap::Key> CreateDex2oatArgumentParser(); 77 extern template struct CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>;
|
H A 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>; 425 AddCompilerOptionsArgumentParserOptions<Dex2oatArgumentMap>(*parser_builder); in CreateDex2oatArgumentParser() 432 std::unique_ptr<Dex2oatArgumentMap> Dex2oatArgumentMap::Parse(int argc, in Parse() 442 return std::make_unique<Dex2oatArgumentMap>(parser.ReleaseArgumentsMap()); in Parse()
|
H A D | dex2oat.cc | 967 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 968 const Dex2oatArgumentMap::Key<T>& key, in AssignIfExists() 974 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 975 const Dex2oatArgumentMap::Key<std::string>& key, in AssignIfExists() 982 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 983 const Dex2oatArgumentMap::Key<std::vector<std::string>>& key, in AssignIfExists() 994 void AssignTrueIfExists(Dex2oatArgumentMap& map, in AssignTrueIfExists() 995 const Dex2oatArgumentMap::Key<T>& key, in AssignTrueIfExists() 1002 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 1003 const Dex2oatArgumentMap::Key<std::string>& key, in AssignIfExists() [all …]
|