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

  /art/runtime/
parsed_options.h 38 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions;
53 static bool Parse(const RuntimeOptions& options,
65 bool ProcessSpecialOptions(const RuntimeOptions& options,
76 bool DoParse(const RuntimeOptions& options,
common_runtime_test.h 54 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions;
122 static void SetUpRuntimeOptionsForFillHeap(RuntimeOptions *options);
152 virtual void SetUpRuntimeOptions(RuntimeOptions* options ATTRIBUTE_UNUSED) {}

Completed in 61 milliseconds