Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_bytecode.h62 opcode_count_(256) {} in NewRegisterInstructions()
88 std::vector<size_t> opcode_count_; variable
Ddexanalyze_bytecode.cc239 ++opcode_count_[opcode]; in ProcessCodeItem()