Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc2036 constexpr Bin clean_bin = kBinObjects ? Bin::kInternalClean : Bin::kRegular; in ProcessRoots() local
2043 AssignImageBinSlot(image_roots, oat_index, clean_bin); in ProcessRoots()
2048 AssignImageBinSlot(dex_caches, oat_index, clean_bin); in ProcessRoots()
2055 AssignImageBinSlot(boot_image_live_objects, GetDefaultOatIndex(), clean_bin); in ProcessRoots()