Searched defs:RuntimeOptions (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dparsed_options.h38 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; typedef in namespace:art
53 static ParsedOptions* Create(const RuntimeOptions& options, bool ignore_unrecognized,
64 bool ProcessSpecialOptions(const RuntimeOptions& options,
75 bool Parse(const RuntimeOptions& options, bool ignore_unrecognized,
H A Dcommon_runtime_test.h37 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; typedef in namespace:art
105 virtual void SetUpRuntimeOptions(RuntimeOptions* options ATTRIBUTE_UNUSED) {}
H A Druntime.h88 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; typedef in namespace:art
109 static bool Create(const RuntimeOptions& options, bool ignore_unrecognized)
563 bool Init(const RuntimeOptions& options, bool ignore_unrecognized)

Completed in 1535 milliseconds