Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_bytecode.h89 std::map<std::pair<uint32_t, uint32_t>, size_t> method_linkage_counts_; variable
Ddexanalyze_bytecode.cc199 PrintMostUsed(os, method_linkage_counts_, 32); in Dump()
390 ++method_linkage_counts_[std::make_pair(type_idx, local_idx)]; in ProcessCodeItem()