Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc1703 const bool b_is_shorty = is_shorty[b->GetIndex()]; in LayoutStringData() local
1704 if (a_is_shorty != b_is_shorty) { in LayoutStringData()
1705 return a_is_shorty < b_is_shorty; in LayoutStringData()