Searched refs:is_shorty (Results 1 – 1 of 1) sorted by relevance
1617 std::vector<bool> is_shorty(num_strings, false); in LayoutStringData() local1656 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()1677 is_shorty[id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()1690 [&is_shorty, &from_hot_method](const dex_ir::StringId* a, in LayoutStringData()1698 const bool a_is_shorty = is_shorty[a->GetIndex()]; in LayoutStringData()1699 const bool b_is_shorty = is_shorty[b->GetIndex()]; in LayoutStringData()