Home
last modified time | relevance | path

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

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