Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.cc404 bool thin = (lw.GetState() == LockWord::kThinLocked); in SetImageBinSlot() local
405 oss << (thin ? "Thin" : "Fat") in SetImageBinSlot()
408 if (thin) { in SetImageBinSlot()