Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_strings.h63 int64_t total_prefix_table_ = 0u; variable
Ddexanalyze_strings.cc480 total_prefix_table_ += num_prefixes * sizeof(prefix_strings.dictionary_.offsets_[0]); in ProcessStrings()
557 os << "Prefix table cost " << Percent(total_prefix_table_, total_size) << "\n"; in Dump()
561 net_savings -= total_prefix_table_; in Dump()