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

  /art/runtime/
common_runtime_test.h 36 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions;
89 virtual void SetUpRuntimeOptions(RuntimeOptions* options) {}
parsed_options.h 35 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions;
40 static ParsedOptions* Create(const RuntimeOptions& options, bool ignore_unrecognized);
119 bool Parse(const RuntimeOptions& options, bool ignore_unrecognized);
runtime.h 74 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions;
90 static bool Create(const RuntimeOptions& options, bool ignore_unrecognized)
503 bool Init(const RuntimeOptions& options, bool ignore_unrecognized)

Completed in 1010 milliseconds