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

  /art/compiler/dex/
mir_optimization.cc 582 DCHECK(!bb_next->catch_entry);
626 if ((bb->block_type == kEntryBlock) | bb->catch_entry) {
    [all...]
mir_graph.h 259 bool catch_entry; member in struct:art::BasicBlock
mir_graph.cc 442 catch_block->catch_entry = true;
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 704 if (bb->catch_entry) {
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]

Completed in 75 milliseconds