Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc110 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()
Dmir_graph.h629 opcode_count_ = static_cast<int*>(arena_->Alloc(kNumPackedOpcodes * sizeof(int), in EnableOpcodeCounting()
1183 int* opcode_count_; // Dex opcode coverage stats. variable