Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp1861 auto handler_pc_offset = tcs.try_catch_labels[catch_block->catch_begin_label]; in BuildTryBlocks() local
1862 auto handler_code_size = tcs.try_catch_labels[catch_block->catch_end_label] - handler_pc_offset; in BuildTryBlocks()
1863 catch_block_items.emplace_back(method, class_item, handler_pc_offset, handler_code_size); in BuildTryBlocks()

Completed in 4 milliseconds