Lines Matching refs:Set
334 runtime_options->Set(M::BootClassPathDexList, boot_class_path); in ProcessSpecialOptions()
340 runtime_options->Set(M::CompilerCallbacksPtr, compiler_callbacks); in ProcessSpecialOptions()
350 runtime_options->Set(M::ImageInstructionSet, image_isa); in ProcessSpecialOptions()
357 runtime_options->Set(M::HookIsSensitiveThread, hook_is_sensitive_thread); in ProcessSpecialOptions()
369 runtime_options->Set(M::HookVfprintf, hook_vfprintf); in ProcessSpecialOptions()
380 runtime_options->Set(M::HookExit, hook_exit); in ProcessSpecialOptions()
391 runtime_options->Set(M::HookAbort, hook_abort); in ProcessSpecialOptions()
539 args.Set(M::BackgroundGc, BackgroundGcOption { background_collector_type_ }); in DoParse()
559 args.Set(M::BootClassPath, boot_class_path_string); in DoParse()
583 args.Set(M::Image, image); in DoParse()
589 args.Set(M::HeapGrowthLimit, args.GetOrDefault(M::MemoryMaximumSize)); in DoParse()