Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_experiments.h110 uint64_t field_index_other_class_ = 0u; // Includes superclass fields referenced with member
Ddexanalyze_experiments.cc275 ++stats->field_index_other_class_; in ProcessDexFile()
484 stats.field_index_other_ + stats.field_index_other_class_); in Dump()
489 os << " field_idx=other_class: " << Percent(stats.field_index_other_class_, fields_idx_total) in Dump()