Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.cc229 int32_t cost = kPrefixConstantCost; in Savings() local
232 cost += depth_; in Savings()
245 return count_ * (depth_ - first_used) - cost + extra_savings; in Savings()