Lines Matching defs:try_idx
788 size_t try_idx = 0;
792 if (!LocateTryBlock(bc_ins, bc_ins_last, try_block, &catch_block_pa, &label_table, try_idx)) {
804 if (!LocateCatchBlock(bc_ins, bc_ins_last, catch_block, &catch_block_pa, &label_table, try_idx,
816 try_idx++;
842 size_t try_idx) const
861 ss << "try_begin_label_" << try_idx;
878 ss << "try_end_label_" << try_idx;
895 size_t try_idx, size_t catch_idx) const
918 ss << "handler_begin_label_" << try_idx << "_" << catch_idx;
935 ss << "handler_end_label_" << try_idx << "_" << catch_idx;