Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc121 opcode_count_(nullptr), in MIRGraph()
768 if (opcode_count_ != nullptr) { in InlineMethod()
769 opcode_count_[static_cast<int>(opcode)]++; in InlineMethod()
906 DCHECK(opcode_count_ != nullptr); in ShowOpcodeStats()
909 if (opcode_count_[i] != 0) { in ShowOpcodeStats()
911 << " " << opcode_count_[i]; in ShowOpcodeStats()
Dmir_graph.h664 opcode_count_ = arena_->AllocArray<int>(kNumPackedOpcodes, kArenaAllocMisc); in EnableOpcodeCounting()
1443 int* opcode_count_; // Dex opcode coverage stats. variable