Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc167 static constexpr bool kBinObjects = true; variable
653 if (kBinObjects) { in AssignImageBinSlot()
1885 Bin bin = kBinObjects ? Bin::kMethodPointerArray : Bin::kRegular; in ProcessDexFileObjects()