Home
last modified time | relevance | path

Searched refs:RuntimeOptions (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Dparsed_options.h35 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; typedef
40 static ParsedOptions* Create(const RuntimeOptions& options, bool ignore_unrecognized);
119 bool Parse(const RuntimeOptions& options, bool ignore_unrecognized);
Dcommon_runtime_test.h36 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; typedef
88 virtual void SetUpRuntimeOptions(RuntimeOptions* options) {} in SetUpRuntimeOptions()
Druntime.h74 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; typedef
90 static bool Create(const RuntimeOptions& options, bool ignore_unrecognized)
495 bool Init(const RuntimeOptions& options, bool ignore_unrecognized)
Dparsed_options_test.cc39 RuntimeOptions options; in TEST_F()
Dcommon_runtime_test.cc199 RuntimeOptions options; in SetUp()
Dmonitor_test.cc35 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE { in SetUpRuntimeOptions()
Dparsed_options.cc33 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized) { in Create()
169 bool ParsedOptions::Parse(const RuntimeOptions& options, bool ignore_unrecognized) { in Parse()
Druntime.cc328 bool Runtime::Create(const RuntimeOptions& options, bool ignore_unrecognized) { in Create()
653 bool Runtime::Init(const RuntimeOptions& raw_options, bool ignore_unrecognized) { in Init()
Djni_internal.cc3020 RuntimeOptions options; in JNI_CreateJavaVM()
/art/compiler/
Dcommon_compiler_test.h57 virtual void SetUpRuntimeOptions(RuntimeOptions *options);
Dimage_test.cc143 RuntimeOptions options; in TEST_F()
Dcommon_compiler_test.cc331 void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions()
/art/dex2oat/
Ddex2oat.cc236 const RuntimeOptions& runtime_options, in Create()
497 bool CreateRuntime(const RuntimeOptions& runtime_options, InstructionSet instruction_set) in CreateRuntime()
1241 RuntimeOptions runtime_options; in dex2oat()
/art/patchoat/
Dpatchoat.cc146 RuntimeOptions options; in Patch()
235 RuntimeOptions options; in Patch()
/art/runtime/arch/
Dstub_test.cc50 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE { in SetUpRuntimeOptions()
/art/oatdump/
Doatdump.cc1774 RuntimeOptions options; in oatdump()