Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_bytecode.h91 std::map<std::vector<uint8_t>, size_t> instruction_freq_; variable
Ddexanalyze_bytecode.cc173 for (auto&& pair : instruction_freq_) { in Dump()
531 ++instruction_freq_[std::vector<uint8_t>(buffer_.begin() + buffer_start, buffer_.end())]; in Add()
592 ++instruction_freq_[std::vector<uint8_t>(buffer_.begin() + buffer_start, buffer_.end())]; in InstNibbles()