Searched refs:Dex2oatArgumentMap (Results 1 – 3 of 3) sorted by relevance
/art/dex2oat/ |
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 extern template struct CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>;
|
D | dex2oat_options.cc | 39 #define COMPILER_OPTIONS_MAP_TYPE Dex2oatArgumentMap 46 const Dex2oatArgumentMap::Key<Type> Dex2oatArgumentMap::Name {__VA_ARGS__}; 52 using M = Dex2oatArgumentMap; 53 using Parser = CmdlineParser<Dex2oatArgumentMap, Dex2oatArgumentMap::Key>; 269 AddCompilerOptionsArgumentParserOptions<Dex2oatArgumentMap>(*parser_builder); in CreateArgumentParser() 276 std::unique_ptr<Dex2oatArgumentMap> Dex2oatArgumentMap::Parse(int argc, in Parse() 286 return std::make_unique<Dex2oatArgumentMap>(parser.ReleaseArgumentsMap()); in Parse()
|
D | dex2oat.cc | 1243 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 1244 const Dex2oatArgumentMap::Key<T>& key, in AssignIfExists() 1250 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 1251 const Dex2oatArgumentMap::Key<std::string>& key, in AssignIfExists() 1258 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 1259 const Dex2oatArgumentMap::Key<std::vector<std::string>>& key, in AssignIfExists() 1270 void AssignTrueIfExists(Dex2oatArgumentMap& map, in AssignTrueIfExists() 1271 const Dex2oatArgumentMap::Key<T>& key, in AssignTrueIfExists() 1278 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() 1279 const Dex2oatArgumentMap::Key<std::string>& key, in AssignIfExists() [all …]
|