Searched refs:handler_begin_offset (Results 1 – 1 of 1) sorted by relevance
773 const auto handler_begin_offset = catch_block.GetHandlerPc(); in LocateCatchBlock() local774 const auto handler_end_offset = handler_begin_offset + catch_block.GetCodeSize(); in LocateCatchBlock()776 const auto handler_begin_bc_ins = bc_ins.JumpTo(handler_begin_offset); in LocateCatchBlock()