Lines Matching refs:runtime_options
55 RuntimeArgumentMap* runtime_options) { in Parse() argument
56 CHECK(runtime_options != nullptr); in Parse()
59 return parser.DoParse(options, ignore_unrecognized, runtime_options); in Parse()
482 RuntimeArgumentMap* runtime_options, in ProcessSpecialOptions() argument
495 if (runtime_options != nullptr) { in ProcessSpecialOptions()
496 runtime_options->Set(M::BootClassPathDexList, boot_class_path); in ProcessSpecialOptions()
501 if (runtime_options != nullptr) { in ProcessSpecialOptions()
502 runtime_options->Set(M::CompilerCallbacksPtr, compiler_callbacks); in ProcessSpecialOptions()
511 if (runtime_options != nullptr) { in ProcessSpecialOptions()
512 runtime_options->Set(M::ImageInstructionSet, image_isa); in ProcessSpecialOptions()
518 if (runtime_options != nullptr) { in ProcessSpecialOptions()
519 runtime_options->Set(M::HookIsSensitiveThread, hook_is_sensitive_thread); in ProcessSpecialOptions()
530 if (runtime_options != nullptr) { in ProcessSpecialOptions()
531 runtime_options->Set(M::HookVfprintf, hook_vfprintf); in ProcessSpecialOptions()
541 if (runtime_options != nullptr) { in ProcessSpecialOptions()
542 runtime_options->Set(M::HookExit, hook_exit); in ProcessSpecialOptions()
552 if (runtime_options != nullptr) { in ProcessSpecialOptions()
553 runtime_options->Set(M::HookAbort, hook_abort); in ProcessSpecialOptions()
594 RuntimeArgumentMap* runtime_options) { in DoParse() argument
740 *runtime_options = std::move(args); in DoParse()