Searched refs:DEX2OAT_OPTIONS_KEY (Results 1 – 3 of 3) sorted by relevance
/art/dex2oat/ |
D | dex2oat_options.def | 17 #ifndef DEX2OAT_OPTIONS_KEY 18 #error "Please #define DEX2OAT_OPTIONS_KEY before #including this file" 19 #define DEX2OAT_OPTIONS_KEY(...) // Don't display errors in this file in IDEs. 37 DEX2OAT_OPTIONS_KEY (CompactDexLevel, CompactDexLevel) 38 DEX2OAT_OPTIONS_KEY (std::vector<std::string>, DexFiles) 39 DEX2OAT_OPTIONS_KEY (std::vector<std::string>, DexLocations) 40 DEX2OAT_OPTIONS_KEY (int, ZipFd) 41 DEX2OAT_OPTIONS_KEY (std::string, ZipLocation) 42 DEX2OAT_OPTIONS_KEY (int, InputVdexFd) 43 DEX2OAT_OPTIONS_KEY (std::string, InputVdex) [all …]
|
D | dex2oat_options.h | 71 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); macro
|
D | dex2oat_options.cc | 45 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) \ macro
|