Lines Matching refs:AssignIfExists
1133 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::FINAL
1136 map.AssignIfExists(key, out); in AssignIfExists()
1140 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::FINAL
1148 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::FINAL
1192 AssignIfExists(args, M::CompactDexLevel, &compact_dex_level_); in ParseArgs()
1193 AssignIfExists(args, M::DexFiles, &dex_filenames_); in ParseArgs()
1194 AssignIfExists(args, M::DexLocations, &dex_locations_); in ParseArgs()
1195 AssignIfExists(args, M::OatFiles, &oat_filenames_); in ParseArgs()
1196 AssignIfExists(args, M::OatSymbols, &parser_options->oat_symbols); in ParseArgs()
1197 AssignIfExists(args, M::ImageFilenames, &image_filenames_); in ParseArgs()
1198 AssignIfExists(args, M::ZipFd, &zip_fd_); in ParseArgs()
1199 AssignIfExists(args, M::ZipLocation, &zip_location_); in ParseArgs()
1200 AssignIfExists(args, M::InputVdexFd, &input_vdex_fd_); in ParseArgs()
1201 AssignIfExists(args, M::OutputVdexFd, &output_vdex_fd_); in ParseArgs()
1202 AssignIfExists(args, M::InputVdex, &input_vdex_); in ParseArgs()
1203 AssignIfExists(args, M::OutputVdex, &output_vdex_); in ParseArgs()
1204 AssignIfExists(args, M::DmFd, &dm_fd_); in ParseArgs()
1205 AssignIfExists(args, M::DmFile, &dm_file_location_); in ParseArgs()
1206 AssignIfExists(args, M::OatFd, &oat_fd_); in ParseArgs()
1207 AssignIfExists(args, M::OatLocation, &oat_location_); in ParseArgs()
1208 AssignIfExists(args, M::Watchdog, &parser_options->watch_dog_enabled); in ParseArgs()
1209 AssignIfExists(args, M::WatchdogTimeout, &parser_options->watch_dog_timeout_in_ms); in ParseArgs()
1210 AssignIfExists(args, M::Threads, &thread_count_); in ParseArgs()
1211 AssignIfExists(args, M::ImageClasses, &image_classes_filename_); in ParseArgs()
1212 AssignIfExists(args, M::ImageClassesZip, &image_classes_zip_filename_); in ParseArgs()
1213 AssignIfExists(args, M::CompiledClasses, &compiled_classes_filename_); in ParseArgs()
1214 AssignIfExists(args, M::CompiledClassesZip, &compiled_classes_zip_filename_); in ParseArgs()
1215 AssignIfExists(args, M::CompiledMethods, &compiled_methods_filename_); in ParseArgs()
1216 AssignIfExists(args, M::CompiledMethodsZip, &compiled_methods_zip_filename_); in ParseArgs()
1217 AssignIfExists(args, M::Passes, &passes_to_run_filename_); in ParseArgs()
1218 AssignIfExists(args, M::BootImage, &parser_options->boot_image_filename); in ParseArgs()
1219 AssignIfExists(args, M::AndroidRoot, &android_root_); in ParseArgs()
1220 AssignIfExists(args, M::Profile, &profile_file_); in ParseArgs()
1221 AssignIfExists(args, M::ProfileFd, &profile_file_fd_); in ParseArgs()
1222 AssignIfExists(args, M::RuntimeOptions, &runtime_args_); in ParseArgs()
1223 AssignIfExists(args, M::SwapFile, &swap_file_name_); in ParseArgs()
1224 AssignIfExists(args, M::SwapFileFd, &swap_fd_); in ParseArgs()
1225 AssignIfExists(args, M::SwapDexSizeThreshold, &min_dex_file_cumulative_size_for_swap_); in ParseArgs()
1226 AssignIfExists(args, M::SwapDexCountThreshold, &min_dex_files_for_swap_); in ParseArgs()
1227 AssignIfExists(args, M::VeryLargeAppThreshold, &very_large_threshold_); in ParseArgs()
1228 AssignIfExists(args, M::AppImageFile, &app_image_file_name_); in ParseArgs()
1229 AssignIfExists(args, M::AppImageFileFd, &app_image_fd_); in ParseArgs()
1230 AssignIfExists(args, M::NoInlineFrom, &no_inline_from_string_); in ParseArgs()
1231 AssignIfExists(args, M::ClasspathDir, &classpath_dir_); in ParseArgs()
1232 AssignIfExists(args, M::DirtyImageObjects, &dirty_image_objects_filename_); in ParseArgs()
1233 AssignIfExists(args, M::ImageFormat, &image_storage_mode_); in ParseArgs()
1234 AssignIfExists(args, M::CompilationReason, &compilation_reason_); in ParseArgs()
1236 AssignIfExists(args, M::Backend, &compiler_kind_); in ParseArgs()
1239 AssignIfExists(args, M::TargetInstructionSet, &instruction_set_); in ParseArgs()
1248 AssignIfExists(args, M::CopyDexFiles, ©_dex_files_); in ParseArgs()