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.
35 RUNTIME_OPTIONS_KEY (Unit, Zygote)
36 RUNTIME_OPTIONS_KEY (Unit, Help)
37 RUNTIME_OPTIONS_KEY (Unit, ShowVersion)
38 RUNTIME_OPTIONS_KEY (std::string, BootClassPath)
39 RUNTIME_OPTIONS_KEY (ParseStringList<':'>,BootClassPathLocations) // std::vector<std::string>
40 RUNTIME_OPTIONS_KEY (std::string, ClassPath)
41 RUNTIME_OPTIONS_KEY (std::string, Image)
[all …]
Druntime_options.cc29 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… macro
Druntime_options.h76 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> Name; macro