Home
last modified time | relevance | path

Searched refs:AssignTrueIfExists (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc1270 void AssignTrueIfExists(Dex2oatArgumentMap& map, in AssignTrueIfExists() function in art::Dex2Oat
1316 AssignTrueIfExists(args, M::Strip, &strip_); in ParseArgs()
1352 AssignTrueIfExists(args, M::CheckLinkageConditions, &check_linkage_conditions_); in ParseArgs()
1353 AssignTrueIfExists(args, M::CrashOnLinkageViolation, &crash_on_linkage_violation_); in ParseArgs()
1364 AssignTrueIfExists(args, M::Host, &is_host_); in ParseArgs()
1365 AssignTrueIfExists(args, M::AvoidStoringInvocation, &avoid_storing_invocation_); in ParseArgs()
1378 AssignTrueIfExists(args, M::MultiImage, &have_multi_image_arg_); in ParseArgs()
1384 AssignTrueIfExists(args, M::CompileIndividually, &compile_individually_); in ParseArgs()