Searched refs:is_shorty (Results 1 – 1 of 1) sorted by relevance
1613 std::vector<bool> is_shorty(num_strings, false); in LayoutStringData() local1652 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()1673 is_shorty[id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()1686 [&is_shorty, &from_hot_method](const dex_ir::StringId* a, in LayoutStringData()1694 const bool a_is_shorty = is_shorty[a->GetIndex()]; in LayoutStringData()1695 const bool b_is_shorty = is_shorty[b->GetIndex()]; in LayoutStringData()