Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.cc228 int32_t Savings() const { in Savings() function in art::dexanalyze::MatchTrie
253 while (pair.second->Savings() != pair.first) { in PopRealTop()
254 pair.first = pair.second->Savings(); in PopRealTop()
280 queue.emplace(elem->Savings(), elem); in ExtractPrefixes()