Home
last modified time | relevance | path

Searched refs:Options (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Druntime.h64 typedef std::vector<std::pair<std::string, const void*> > Options; typedef
89 static ParsedOptions* Create(const Options& options, bool ignore_unrecognized);
139 static bool Create(const Options& options, bool ignore_unrecognized)
407 bool Init(const Options& options, bool ignore_unrecognized)
Druntime_test.cc38 Runtime::Options options; in TEST_F()
Druntime.cc322 Runtime::ParsedOptions* Runtime::ParsedOptions::Create(const Options& options, bool ignore_unrecogn… in Create()
654 bool Runtime::Create(const Options& options, bool ignore_unrecognized) { in Create()
829 bool Runtime::Init(const Options& raw_options, bool ignore_unrecognized) { in Init()
Dcommon_test.h299 Runtime::Options options; in SetUp()
Djni_internal.cc2894 Runtime::Options options; in JNI_CreateJavaVM()
/art/compiler/
Dimage_test.cc119 Runtime::Options options; in TEST_F()
/art/dex2oat/
Ddex2oat.cc155 Runtime::Options& options, in Create()
338 static bool CreateRuntime(Runtime::Options& options, InstructionSet instruction_set) in CreateRuntime()
850 Runtime::Options options; in dex2oat()
/art/oatdump/
Doatdump.cc1426 Runtime::Options options; in oatdump()