Searched refs:opcode_count_ (Results 1 – 2 of 2) sorted by relevance
110 opcode_count_(NULL), in MIRGraph()729 if (opcode_count_ != NULL) { in InlineMethod()730 opcode_count_[static_cast<int>(opcode)]++; in InlineMethod()851 DCHECK(opcode_count_ != NULL); in ShowOpcodeStats()854 if (opcode_count_[i] != 0) { in ShowOpcodeStats()856 << " " << opcode_count_[i]; in ShowOpcodeStats()
629 opcode_count_ = static_cast<int*>(arena_->Alloc(kNumPackedOpcodes * sizeof(int), in EnableOpcodeCounting()1183 int* opcode_count_; // Dex opcode coverage stats. variable