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

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

Completed in 207 milliseconds