HomeSort by relevance Sort by last modified time
    Searched defs:RUNTIME_OPTIONS_KEY (Results 1 - 2 of 2) sorted by null

  /art/runtime/
runtime_options.cc 33 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap::Name {__VA_ARGS__}; // NOLINT [readability/braces] [4]
runtime_options.h 75 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name);

Completed in 783 milliseconds