HomeSort by relevance Sort by last modified time
    Searched refs:opcode_count_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
mir_graph.cc 110 opcode_count_(NULL),
729 if (opcode_count_ != NULL) {
730 opcode_count_[static_cast<int>(opcode)]++;
    [all...]
mir_graph.h 629 opcode_count_ = static_cast<int*>(arena_->Alloc(kNumPackedOpcodes * sizeof(int),
1183 int* opcode_count_; \/\/ Dex opcode coverage stats. member in class:art::MIRGraph
    [all...]

Completed in 58 milliseconds