Home
last modified time | relevance | path

Searched refs:option (Results 126 – 131 of 131) sorted by relevance

123456

/art/runtime/jni/
Djava_vm_ext.cc1206 JavaVMOption* option = &args->options[i]; in JNI_CreateJavaVM() local
1207 options.push_back(std::make_pair(std::string(option->optionString), option->extraInfo)); in JNI_CreateJavaVM()
/art/cmdline/
DREADME.md99 Some values will not make sense outside of a `[min, max]` range, so this is an option to quickly add
171 an option to ignore any argument tokens that are not known to the parser. This is done with the
/art/runtime/
Druntime.h205 void AddCompilerOption(const std::string& option) { in AddCompilerOption() argument
206 compiler_options_.push_back(option); in AddCompilerOption()
Druntime.cc1299 for (const std::string& option : Runtime::Current()->GetCompilerOptions()) { in Init() local
1300 if (option == "--debuggable") { in Init()
/art/imgdiag/
Dimgdiag.cc1871 std::string_view option(raw_option, raw_option_length); in ParseCustom() local
1872 if (StartsWith(option, "--image-diff-pid=")) { in ParseCustom()
1879 } else if (StartsWith(option, "--zygote-diff-pid=")) { in ParseCustom()
1886 } else if (option == "--dump-dirty-objects") { in ParseCustom()
/art/runtime/jit/
Djit.cc255 for (const std::string& option : Runtime::Current()->GetCompilerOptions()) { in Create() local
256 if (option == "--baseline") { in Create()

123456