Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h138 size_t num_string_ids_ = 0; variable
Ddexanalyze_experiments.cc239 num_string_ids_ += dex_file.NumStringIds(); in ProcessDexFile()
527 os << "Num string ids: " << num_string_ids_ << "\n"; in Dump()