Home
last modified time | relevance | path

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

/art/dexlayout/
DAndroid.bp79 thin: true,
/art/dex2oat/
DAndroid.bp269 thin: true,
/art/compiler/
DAndroid.bp257 thin: true,
/art/runtime/
DAndroid.bp529 thin: true,
/art/dex2oat/linker/
Dimage_writer.cc970 bool thin = (lw.GetState() == LockWord::kThinLocked); in SetImageBinSlot() local
971 oss << (thin ? "Thin" : "Fat") in SetImageBinSlot()
974 if (thin) { in SetImageBinSlot()