Home
last modified time | relevance | path

Searched refs:catch_block (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dmir_graph.cc561 BasicBlock* catch_block = FindBlock(iterator.GetHandlerAddress(), false /* split*/, in ProcessCanThrow() local
564 IsBadMonitorExitCatch(insn->offset, catch_block->start_offset)) { in ProcessCanThrow()
573 catch_block->catch_entry = true; in ProcessCanThrow()
575 catches_.insert(catch_block->start_offset); in ProcessCanThrow()
579 successor_block_info->block = catch_block->id; in ProcessCanThrow()
582 catch_block->predecessors->Insert(cur_block->id); in ProcessCanThrow()