Home | History | Annotate | Download | only in dex

Lines Matching refs:opcode_count_

110       opcode_count_(NULL),
729 if (opcode_count_ != NULL) {
730 opcode_count_[static_cast<int>(opcode)]++;
851 DCHECK(opcode_count_ != NULL);
854 if (opcode_count_[i] != 0) {
856 << " " << opcode_count_[i];