Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc614 BasicBlock* catch_block = FindBlock(iterator.GetHandlerAddress(), false /* create */, in ProcessCanThrow() local
618 IsBadMonitorExitCatch(insn->offset, catch_block->start_offset)) { in ProcessCanThrow()
625 catch_block->catch_entry = true; in ProcessCanThrow()
627 catches_.insert(catch_block->start_offset); in ProcessCanThrow()
631 successor_block_info->block = catch_block->id; in ProcessCanThrow()
634 catch_block->predecessors.push_back(cur_block->id); in ProcessCanThrow()