Lines Matching refs:AssignIfExists

1243   void AssignIfExists(Dex2oatArgumentMap& map,  in AssignIfExists()  function in art::Dex2Oat
1246 map.AssignIfExists(key, out); in AssignIfExists()
1250 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat
1258 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat
1278 void AssignIfExists(Dex2oatArgumentMap& map, in AssignIfExists() function in art::Dex2Oat
1311 AssignIfExists(args, M::CompactDexLevel, &compact_dex_level_); in ParseArgs()
1312 AssignIfExists(args, M::DexFiles, &dex_filenames_); in ParseArgs()
1313 AssignIfExists(args, M::DexLocations, &dex_locations_); in ParseArgs()
1314 AssignIfExists(args, M::OatFile, &oat_filenames_); in ParseArgs()
1315 AssignIfExists(args, M::OatSymbols, &parser_options->oat_symbols); in ParseArgs()
1317 AssignIfExists(args, M::ImageFilename, &image_filenames_); in ParseArgs()
1318 AssignIfExists(args, M::ImageFd, &image_fd_); in ParseArgs()
1319 AssignIfExists(args, M::ZipFd, &zip_fd_); in ParseArgs()
1320 AssignIfExists(args, M::ZipLocation, &zip_location_); in ParseArgs()
1321 AssignIfExists(args, M::InputVdexFd, &input_vdex_fd_); in ParseArgs()
1322 AssignIfExists(args, M::OutputVdexFd, &output_vdex_fd_); in ParseArgs()
1323 AssignIfExists(args, M::InputVdex, &input_vdex_); in ParseArgs()
1324 AssignIfExists(args, M::OutputVdex, &output_vdex_); in ParseArgs()
1325 AssignIfExists(args, M::DmFd, &dm_fd_); in ParseArgs()
1326 AssignIfExists(args, M::DmFile, &dm_file_location_); in ParseArgs()
1327 AssignIfExists(args, M::OatFd, &oat_fd_); in ParseArgs()
1328 AssignIfExists(args, M::OatLocation, &oat_location_); in ParseArgs()
1329 AssignIfExists(args, M::Watchdog, &parser_options->watch_dog_enabled); in ParseArgs()
1330 AssignIfExists(args, M::WatchdogTimeout, &parser_options->watch_dog_timeout_in_ms); in ParseArgs()
1331 AssignIfExists(args, M::Threads, &thread_count_); in ParseArgs()
1332 AssignIfExists(args, M::CpuSet, &cpu_set_); in ParseArgs()
1333 AssignIfExists(args, M::Passes, &passes_to_run_filename_); in ParseArgs()
1334 AssignIfExists(args, M::BootImage, &parser_options->boot_image_filename); in ParseArgs()
1335 AssignIfExists(args, M::AndroidRoot, &android_root_); in ParseArgs()
1336 AssignIfExists(args, M::Profile, &profile_file_); in ParseArgs()
1337 AssignIfExists(args, M::ProfileFd, &profile_file_fd_); in ParseArgs()
1338 AssignIfExists(args, M::RuntimeOptions, &runtime_args_); in ParseArgs()
1339 AssignIfExists(args, M::SwapFile, &swap_file_name_); in ParseArgs()
1340 AssignIfExists(args, M::SwapFileFd, &swap_fd_); in ParseArgs()
1341 AssignIfExists(args, M::SwapDexSizeThreshold, &min_dex_file_cumulative_size_for_swap_); in ParseArgs()
1342 AssignIfExists(args, M::SwapDexCountThreshold, &min_dex_files_for_swap_); in ParseArgs()
1343 AssignIfExists(args, M::VeryLargeAppThreshold, &very_large_threshold_); in ParseArgs()
1344 AssignIfExists(args, M::AppImageFile, &app_image_file_name_); in ParseArgs()
1345 AssignIfExists(args, M::AppImageFileFd, &app_image_fd_); in ParseArgs()
1346 AssignIfExists(args, M::NoInlineFrom, &no_inline_from_string_); in ParseArgs()
1347 AssignIfExists(args, M::ClasspathDir, &classpath_dir_); in ParseArgs()
1348 AssignIfExists(args, M::DirtyImageObjects, &dirty_image_objects_filename_); in ParseArgs()
1349 AssignIfExists(args, M::UpdatableBcpPackagesFile, &updatable_bcp_packages_filename_); in ParseArgs()
1350 AssignIfExists(args, M::ImageFormat, &image_storage_mode_); in ParseArgs()
1351 AssignIfExists(args, M::CompilationReason, &compilation_reason_); in ParseArgs()
1355 AssignIfExists(args, M::Backend, &compiler_kind_); in ParseArgs()
1358 AssignIfExists(args, M::TargetInstructionSet, &compiler_options_->instruction_set_); in ParseArgs()
1376 AssignIfExists(args, M::CopyDexFiles, &copy_dex_files_); in ParseArgs()
1379 AssignIfExists(args, M::MultiImage, &multi_image_); in ParseArgs()