Lines Matching refs:AssignIfExists
1058 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat
1061 map.AssignIfExists(key, out); in AssignIfExists()
1065 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat
1073 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat
1117 AssignIfExists(args, M::CompactDexLevel, &compact_dex_level_); in ParseArgs()
1118 AssignIfExists(args, M::DexFiles, &dex_filenames_); in ParseArgs()
1119 AssignIfExists(args, M::DexLocations, &dex_locations_); in ParseArgs()
1120 AssignIfExists(args, M::OatFiles, &oat_filenames_); in ParseArgs()
1121 AssignIfExists(args, M::OatSymbols, &parser_options->oat_symbols); in ParseArgs()
1123 AssignIfExists(args, M::ImageFilenames, &image_filenames_); in ParseArgs()
1124 AssignIfExists(args, M::ZipFd, &zip_fd_); in ParseArgs()
1125 AssignIfExists(args, M::ZipLocation, &zip_location_); in ParseArgs()
1126 AssignIfExists(args, M::InputVdexFd, &input_vdex_fd_); in ParseArgs()
1127 AssignIfExists(args, M::OutputVdexFd, &output_vdex_fd_); in ParseArgs()
1128 AssignIfExists(args, M::InputVdex, &input_vdex_); in ParseArgs()
1129 AssignIfExists(args, M::OutputVdex, &output_vdex_); in ParseArgs()
1130 AssignIfExists(args, M::DmFd, &dm_fd_); in ParseArgs()
1131 AssignIfExists(args, M::DmFile, &dm_file_location_); in ParseArgs()
1132 AssignIfExists(args, M::OatFd, &oat_fd_); in ParseArgs()
1133 AssignIfExists(args, M::OatLocation, &oat_location_); in ParseArgs()
1134 AssignIfExists(args, M::Watchdog, &parser_options->watch_dog_enabled); in ParseArgs()
1135 AssignIfExists(args, M::WatchdogTimeout, &parser_options->watch_dog_timeout_in_ms); in ParseArgs()
1136 AssignIfExists(args, M::Threads, &thread_count_); in ParseArgs()
1137 AssignIfExists(args, M::ImageClasses, &image_classes_filename_); in ParseArgs()
1138 AssignIfExists(args, M::ImageClassesZip, &image_classes_zip_filename_); in ParseArgs()
1139 AssignIfExists(args, M::Passes, &passes_to_run_filename_); in ParseArgs()
1140 AssignIfExists(args, M::BootImage, &parser_options->boot_image_filename); in ParseArgs()
1141 AssignIfExists(args, M::AndroidRoot, &android_root_); in ParseArgs()
1142 AssignIfExists(args, M::Profile, &profile_file_); in ParseArgs()
1143 AssignIfExists(args, M::ProfileFd, &profile_file_fd_); in ParseArgs()
1144 AssignIfExists(args, M::RuntimeOptions, &runtime_args_); in ParseArgs()
1145 AssignIfExists(args, M::SwapFile, &swap_file_name_); in ParseArgs()
1146 AssignIfExists(args, M::SwapFileFd, &swap_fd_); in ParseArgs()
1147 AssignIfExists(args, M::SwapDexSizeThreshold, &min_dex_file_cumulative_size_for_swap_); in ParseArgs()
1148 AssignIfExists(args, M::SwapDexCountThreshold, &min_dex_files_for_swap_); in ParseArgs()
1149 AssignIfExists(args, M::VeryLargeAppThreshold, &very_large_threshold_); in ParseArgs()
1150 AssignIfExists(args, M::AppImageFile, &app_image_file_name_); in ParseArgs()
1151 AssignIfExists(args, M::AppImageFileFd, &app_image_fd_); in ParseArgs()
1152 AssignIfExists(args, M::NoInlineFrom, &no_inline_from_string_); in ParseArgs()
1153 AssignIfExists(args, M::ClasspathDir, &classpath_dir_); in ParseArgs()
1154 AssignIfExists(args, M::DirtyImageObjects, &dirty_image_objects_filename_); in ParseArgs()
1155 AssignIfExists(args, M::ImageFormat, &image_storage_mode_); in ParseArgs()
1156 AssignIfExists(args, M::CompilationReason, &compilation_reason_); in ParseArgs()
1158 AssignIfExists(args, M::Backend, &compiler_kind_); in ParseArgs()
1161 AssignIfExists(args, M::TargetInstructionSet, &compiler_options_->instruction_set_); in ParseArgs()
1179 AssignIfExists(args, M::CopyDexFiles, ©_dex_files_); in ParseArgs()