Searched defs:RuntimeOptions (Results 1 - 2 of 2) 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 bool Parse(const RuntimeOptions& options,
65 bool ProcessSpecialOptions(const RuntimeOptions& options,
76 bool DoParse(const RuntimeOptions& options,
H A Dcommon_runtime_test.h54 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; typedef in namespace:art
122 static void SetUpRuntimeOptionsForFillHeap(RuntimeOptions *options);
152 virtual void SetUpRuntimeOptions(RuntimeOptions* options ATTRIBUTE_UNUSED) {}

Completed in 1416 milliseconds