Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp773 const auto handler_begin_offset = catch_block.GetHandlerPc(); in LocateCatchBlock() local
774 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()