Home | History | Annotate | Download | only in dex

Lines Matching full:catch_block

440       BasicBlock *catch_block = FindBlock(iterator.GetHandlerAddress(), false /* split*/,
442 catch_block->catch_entry = true;
444 catches_.insert(catch_block->start_offset);
448 successor_block_info->block = catch_block;
451 catch_block->predecessors->Insert(cur_block);