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

  /art/compiler/dex/quick/
codegen_util.cc 629 // Sort dex_pcs, so that we can quickly check it against the ordered mir_graph_->catches_.
634 for (uint32_t dex_pc : mir_graph_->catches_) {
649 LOG(INFO) << "Entries @ decode: " << mir_graph_->catches_.size() << ", Entries in table: "
    [all...]
mir_to_lir.cc 358 mir_graph_->catches_.clear();
    [all...]
  /art/compiler/dex/
mir_graph.h 1054 std::set<uint32_t> catches_; member in class:art::MIRGraph
    [all...]
mir_graph.cc 575 catches_.insert(catch_block->start_offset);
    [all...]

Completed in 102 milliseconds