Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.cc230 int32_t first_used = 0u; in Savings() local
237 first_used = cur->depth_; in Savings()
240 extra_savings += first_used; in Savings()
245 return count_ * (depth_ - first_used) - cost + extra_savings; in Savings()