Lines Matching refs:args

567 #define CHECK_WATCH_DOG_PTHREAD_CALL(call, args, what) \  argument
569 int rc = call args; \
744 uint32_t args[] = { in ThreadLocalHashOverride() local
749 constructor->Invoke(self, args, sizeof(args), &result, /*shorty=*/ "VI"); in ThreadLocalHashOverride()
1307 M& args = *args_uptr; in ParseArgs() local
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()
1316 AssignTrueIfExists(args, M::Strip, &strip_); 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()
1352 AssignTrueIfExists(args, M::CheckLinkageConditions, &check_linkage_conditions_); in ParseArgs()
1353 AssignTrueIfExists(args, M::CrashOnLinkageViolation, &crash_on_linkage_violation_); in ParseArgs()
1355 AssignIfExists(args, M::Backend, &compiler_kind_); in ParseArgs()
1356 parser_options->requested_specific_compiler = args.Exists(M::Backend); in ParseArgs()
1358 AssignIfExists(args, M::TargetInstructionSet, &compiler_options_->instruction_set_); in ParseArgs()
1364 AssignTrueIfExists(args, M::Host, &is_host_); in ParseArgs()
1365 AssignTrueIfExists(args, M::AvoidStoringInvocation, &avoid_storing_invocation_); in ParseArgs()
1366 if (args.Exists(M::InvocationFile)) { in ParseArgs()
1367 invocation_file_.reset(open(args.Get(M::InvocationFile)->c_str(), in ParseArgs()
1373 args.Get(M::InvocationFile)->c_str(), strerror(err)); in ParseArgs()
1376 AssignIfExists(args, M::CopyDexFiles, &copy_dex_files_); in ParseArgs()
1378 AssignTrueIfExists(args, M::MultiImage, &have_multi_image_arg_); in ParseArgs()
1379 AssignIfExists(args, M::MultiImage, &multi_image_); in ParseArgs()
1381 if (args.Exists(M::ForceDeterminism)) { in ParseArgs()
1384 AssignTrueIfExists(args, M::CompileIndividually, &compile_individually_); in ParseArgs()
1386 if (args.Exists(M::Base)) { in ParseArgs()
1387 ParseBase(*args.Get(M::Base)); in ParseArgs()
1389 if (args.Exists(M::TargetInstructionSetVariant)) { in ParseArgs()
1390 ParseInstructionSetVariant(*args.Get(M::TargetInstructionSetVariant), parser_options.get()); in ParseArgs()
1392 if (args.Exists(M::TargetInstructionSetFeatures)) { in ParseArgs()
1393 ParseInstructionSetFeatures(*args.Get(M::TargetInstructionSetFeatures), parser_options.get()); in ParseArgs()
1395 if (args.Exists(M::ClassLoaderContext)) { in ParseArgs()
1396 std::string class_loader_context_arg = *args.Get(M::ClassLoaderContext); in ParseArgs()
1402 if (args.Exists(M::ClassLoaderContextFds)) { in ParseArgs()
1403 std::string str_fds_arg = *args.Get(M::ClassLoaderContextFds); in ParseArgs()
1413 if (args.Exists(M::StoredClassLoaderContext)) { in ParseArgs()
1414 const std::string stored_context_arg = *args.Get(M::StoredClassLoaderContext); in ParseArgs()
1429 } else if (args.Exists(M::StoredClassLoaderContext)) { in ParseArgs()
1442 if (!ReadCompilerOptions(args, compiler_options_.get(), &error_msg)) { in ParseArgs()