Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze.cc171 total_size_ += dex_file->Size(); in ProcessDexFiles()
179 experiment->Dump(os, total_size_); in Dump()
187 uint64_t total_size_ = 0u; member in art::dexanalyze::DexAnalyze::Analysis