Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_options.def83 DEX2OAT_OPTIONS_KEY (bool, MultiImage)
Ddex2oat_options.cc130 .IntoKey(M::MultiImage) in AddImageMappings()
Ddex2oat.cc1378 AssignTrueIfExists(args, M::MultiImage, &have_multi_image_arg_); in ParseArgs()
1379 AssignIfExists(args, M::MultiImage, &multi_image_); in ParseArgs()
/art/runtime/gc/collector/
Dimmune_spaces_test.cc247 TEST_F(ImmuneSpacesTest, MultiImage) { in TEST_F() argument