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

  /art/runtime/
parsed_options.h 39 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions;
54 static bool Parse(const RuntimeOptions& options,
66 bool ProcessSpecialOptions(const RuntimeOptions& options,
77 bool DoParse(const RuntimeOptions& options,
common_runtime_test.h 49 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions;
66 static void SetUpRuntimeOptionsForFillHeap(RuntimeOptions *options);
102 virtual void SetUpRuntimeOptions(RuntimeOptions* options ATTRIBUTE_UNUSED) {}

Completed in 47 milliseconds