Searched refs:AssignTrueIfExists (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/ |
D | dex2oat.cc | 1025 void AssignTrueIfExists(Dex2oatArgumentMap& map, in AssignTrueIfExists() function in art::Dex2Oat 1073 AssignTrueIfExists(args, M::Strip, &strip_); in ParseArgs() 1111 AssignTrueIfExists(args, M::CheckLinkageConditions, &check_linkage_conditions_); in ParseArgs() 1112 AssignTrueIfExists(args, M::CrashOnLinkageViolation, &crash_on_linkage_violation_); in ParseArgs() 1113 AssignTrueIfExists(args, M::ForceAllowOjInlines, &force_allow_oj_inlines_); in ParseArgs() 1127 AssignTrueIfExists(args, M::Host, &is_host_); in ParseArgs() 1128 AssignTrueIfExists(args, M::AvoidStoringInvocation, &avoid_storing_invocation_); in ParseArgs() 1141 AssignTrueIfExists(args, M::MultiImage, &have_multi_image_arg_); in ParseArgs() 1147 AssignTrueIfExists(args, M::CompileIndividually, &compile_individually_); in ParseArgs() 1233 AssignTrueIfExists(args, M::ForcePaletteCompilationHooks, &should_report_dex2oat_compilation_); in ParseArgs()
|