Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp271 auto start_pc = try_block.GetStartPc(); in CreateTryCatchBoundariesBlocks() local
272 auto end_pc = start_pc + try_block.GetLength(); in CreateTryCatchBoundariesBlocks()
273 auto try_info = InsertTryBlockInfo({start_pc, end_pc}); in CreateTryCatchBoundariesBlocks()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1340 TryBlock(size_t start_pc, size_t length, std::vector<CatchBlock> catch_blocks) in TryBlock() argument
1341 : start_pc_(start_pc), length_(length), catch_blocks_(std::move(catch_blocks)) in TryBlock()
/arkcompiler/runtime_core/docs/
Dfile_format.md504 | `start_pc` | `uleb128` | Start `pc` of the `try` block. This `pc` points to the firs…