Searched refs:RuntimeOptions (Results 1 – 16 of 16) sorted by relevance
/art/runtime/ |
D | parsed_options.h | 35 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);
|
D | common_runtime_test.h | 36 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; typedef 88 virtual void SetUpRuntimeOptions(RuntimeOptions* options) {} in SetUpRuntimeOptions()
|
D | runtime.h | 74 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)
|
D | parsed_options_test.cc | 39 RuntimeOptions options; in TEST_F()
|
D | common_runtime_test.cc | 199 RuntimeOptions options; in SetUp()
|
D | monitor_test.cc | 35 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE { in SetUpRuntimeOptions()
|
D | parsed_options.cc | 33 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized) { in Create() 169 bool ParsedOptions::Parse(const RuntimeOptions& options, bool ignore_unrecognized) { in Parse()
|
D | runtime.cc | 328 bool Runtime::Create(const RuntimeOptions& options, bool ignore_unrecognized) { in Create() 653 bool Runtime::Init(const RuntimeOptions& raw_options, bool ignore_unrecognized) { in Init()
|
D | jni_internal.cc | 3020 RuntimeOptions options; in JNI_CreateJavaVM()
|
/art/compiler/ |
D | common_compiler_test.h | 57 virtual void SetUpRuntimeOptions(RuntimeOptions *options);
|
D | image_test.cc | 143 RuntimeOptions options; in TEST_F()
|
D | common_compiler_test.cc | 331 void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions()
|
/art/dex2oat/ |
D | dex2oat.cc | 236 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/ |
D | patchoat.cc | 146 RuntimeOptions options; in Patch() 235 RuntimeOptions options; in Patch()
|
/art/runtime/arch/ |
D | stub_test.cc | 50 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE { in SetUpRuntimeOptions()
|
/art/oatdump/ |
D | oatdump.cc | 1774 RuntimeOptions options; in oatdump()
|