Searched refs:RuntimeOptions (Results 1 – 22 of 22) sorted by relevance
/art/runtime/ |
D | parsed_options.h | 38 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; typedef 53 static ParsedOptions* Create(const RuntimeOptions& options, bool ignore_unrecognized, 64 bool ProcessSpecialOptions(const RuntimeOptions& options, 75 bool Parse(const RuntimeOptions& options, bool ignore_unrecognized,
|
D | runtime_options.def | 22 // This file defines the list of keys for RuntimeOptions. 23 // These can be used with RuntimeOptions.Get/Set/etc, for example: 24 // RuntimeOptions opt; bool* dex2oat_enabled = opt.Get(RuntimeOptions::Dex2Oat);
|
D | common_runtime_test.h | 37 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; typedef 105 virtual void SetUpRuntimeOptions(RuntimeOptions* options ATTRIBUTE_UNUSED) {} in SetUpRuntimeOptions()
|
D | parsed_options_test.cc | 43 RuntimeOptions options; in TEST_F() 101 RuntimeOptions options; in TEST_F()
|
D | runtime.h | 88 typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; typedef 109 static bool Create(const RuntimeOptions& options, bool ignore_unrecognized) 563 bool Init(const RuntimeOptions& options, bool ignore_unrecognized)
|
D | parsed_options.cc | 44 ParsedOptions* ParsedOptions::Create(const RuntimeOptions& options, bool ignore_unrecognized, in Create() 287 bool ParsedOptions::ProcessSpecialOptions(const RuntimeOptions& options, in ProcessSpecialOptions() 374 bool ParsedOptions::Parse(const RuntimeOptions& options, bool ignore_unrecognized, in Parse()
|
D | monitor_test.cc | 36 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE { in SetUpRuntimeOptions()
|
D | oat_file_assistant_test.cc | 89 virtual void SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions() 276 virtual void SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions()
|
D | common_runtime_test.cc | 304 RuntimeOptions options; in SetUp()
|
D | java_vm_ext.cc | 799 RuntimeOptions options; in JNI_CreateJavaVM()
|
D | runtime.cc | 410 bool Runtime::Create(const RuntimeOptions& options, bool ignore_unrecognized) { in Create() 782 bool Runtime::Init(const RuntimeOptions& raw_options, bool ignore_unrecognized) { in Init()
|
/art/runtime/gc/ |
D | heap_test.cc | 76 void SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions()
|
/art/compiler/ |
D | common_compiler_test.h | 58 virtual void SetUpRuntimeOptions(RuntimeOptions *options);
|
D | image_test.cc | 148 RuntimeOptions options; in TEST_F()
|
D | common_compiler_test.cc | 203 void CommonCompilerTest::SetUpRuntimeOptions(RuntimeOptions* options) { in SetUpRuntimeOptions()
|
/art/imgdiag/ |
D | imgdiag_test.cc | 50 virtual void SetUpRuntimeOptions(RuntimeOptions* options) OVERRIDE { in SetUpRuntimeOptions()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints_test.cc | 28 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE { in SetUpRuntimeOptions()
|
/art/runtime/arch/ |
D | arch_test.cc | 27 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE { in SetUpRuntimeOptions()
|
D | stub_test.cc | 51 void SetUpRuntimeOptions(RuntimeOptions *options) OVERRIDE { in SetUpRuntimeOptions()
|
/art/cmdline/ |
D | cmdline.h | 87 RuntimeOptions options; in StartRuntime()
|
/art/patchoat/ |
D | patchoat.cc | 135 RuntimeOptions options; in Patch() 230 RuntimeOptions options; in Patch()
|
/art/dex2oat/ |
D | dex2oat.cc | 1160 RuntimeOptions runtime_options; in Setup() 1691 bool CreateRuntime(const RuntimeOptions& runtime_options) in CreateRuntime()
|