Searched refs:instruction_freq_ (Results 1 – 2 of 2) sorted by relevance
91 std::map<std::vector<uint8_t>, size_t> instruction_freq_; variable
173 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()