Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc1696 const bool a_is_hot = from_hot_method[a->GetIndex()]; in LayoutStringData() local
1698 if (a_is_hot != b_is_hot) { in LayoutStringData()
1699 return a_is_hot < b_is_hot; in LayoutStringData()