Home
last modified time | relevance | path

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

/art/runtime/
Druntime_options.def17 #ifndef RUNTIME_OPTIONS_KEY
18 #error "Please #define RUNTIME_OPTIONS_KEY before #including this file"
19 #define RUNTIME_OPTIONS_KEY(...) // Don't display errors in this file in IDEs.
37 RUNTIME_OPTIONS_KEY (Unit, Zygote)
38 RUNTIME_OPTIONS_KEY (Unit, PrimaryZygote)
39 RUNTIME_OPTIONS_KEY (Unit, Help)
40 RUNTIME_OPTIONS_KEY (Unit, ShowVersion)
41 RUNTIME_OPTIONS_KEY (ParseStringList<':'>,BootClassPath) // std::vector<std::string>
42 RUNTIME_OPTIONS_KEY (ParseStringList<':'>,BootClassPathLocations) // std::vector<std::string>
43 RUNTIME_OPTIONS_KEY (std::string, ClassPath)
[all …]
Druntime_options.cc34 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… macro
Druntime_options.h74 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); macro