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 121 opcode_count_(nullptr),
768 if (opcode_count_ != nullptr) {
769 opcode_count_[static_cast<int>(opcode)]++;
    [all...]
mir_graph.h 664 opcode_count_ = arena_->AllocArray<int>(kNumPackedOpcodes, kArenaAllocMisc);
1443 int* opcode_count_; \/\/ Dex opcode coverage stats. member in class:art::MIRGraph
    [all...]

Completed in 211 milliseconds