Lines Matching refs:runtime_options
52 RuntimeArgumentMap* runtime_options) { in Parse() argument
53 CHECK(runtime_options != nullptr); in Parse()
56 return parser.DoParse(options, ignore_unrecognized, runtime_options); in Parse()
387 RuntimeArgumentMap* runtime_options, in ProcessSpecialOptions() argument
400 if (runtime_options != nullptr) { in ProcessSpecialOptions()
401 runtime_options->Set(M::BootClassPathDexList, boot_class_path); in ProcessSpecialOptions()
406 if (runtime_options != nullptr) { in ProcessSpecialOptions()
407 runtime_options->Set(M::CompilerCallbacksPtr, compiler_callbacks); in ProcessSpecialOptions()
416 if (runtime_options != nullptr) { in ProcessSpecialOptions()
417 runtime_options->Set(M::ImageInstructionSet, image_isa); in ProcessSpecialOptions()
423 if (runtime_options != nullptr) { in ProcessSpecialOptions()
424 runtime_options->Set(M::HookIsSensitiveThread, hook_is_sensitive_thread); in ProcessSpecialOptions()
435 if (runtime_options != nullptr) { in ProcessSpecialOptions()
436 runtime_options->Set(M::HookVfprintf, hook_vfprintf); in ProcessSpecialOptions()
446 if (runtime_options != nullptr) { in ProcessSpecialOptions()
447 runtime_options->Set(M::HookExit, hook_exit); in ProcessSpecialOptions()
457 if (runtime_options != nullptr) { in ProcessSpecialOptions()
458 runtime_options->Set(M::HookAbort, hook_abort); in ProcessSpecialOptions()
497 RuntimeArgumentMap* runtime_options) { in DoParse() argument
646 *runtime_options = std::move(args); in DoParse()