Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc1621 std::vector<bool> is_shorty(num_strings, false); in LayoutStringData() local
1660 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
1681 is_shorty[id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
1694 [&is_shorty, &from_hot_method](const dex_ir::StringId* a, in LayoutStringData()
1702 const bool a_is_shorty = is_shorty[a->GetIndex()]; in LayoutStringData()
1703 const bool b_is_shorty = is_shorty[b->GetIndex()]; in LayoutStringData()