Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc120 static constexpr bool kBinObjects = true; variable
723 if (kBinObjects) { in GetImageBin()
1991 constexpr Bin bin = kBinObjects ? Bin::kInternalClean : Bin::kRegular; in ProcessDexFileObjects()
2036 constexpr Bin clean_bin = kBinObjects ? Bin::kInternalClean : Bin::kRegular; in ProcessRoots()
2102 DCHECK_EQ(bin, kBinObjects ? Bin::kString : Bin::kRegular); in ProcessInterns()