Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1740 auto handler_pc_offset = tcs.try_catch_labels[catch_block->catch_begin_label]; in BuildTryBlocks() local
1741 … auto handler_code_size = tcs.try_catch_labels[catch_block->catch_end_label] - handler_pc_offset; in BuildTryBlocks()
1742 … catch_block_items.emplace_back(method, class_item, handler_pc_offset, handler_code_size); in BuildTryBlocks()