Home
last modified time | relevance | path

Searched refs:DEX2OAT_OPTIONS_KEY (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/
Ddex2oat_options.def17 #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 …]
Ddex2oat_options.h71 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); macro
Ddex2oat_options.cc45 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) \ macro