Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.cc234 uint32_t extra_savings = 0u; in Savings() local
240 extra_savings += first_used; in Savings()
245 return count_ * (depth_ - first_used) - cost + extra_savings; in Savings()