Searched refs:start_pc (Results 1 – 3 of 3) sorted by relevance
271 auto start_pc = try_block.GetStartPc(); in CreateTryCatchBoundariesBlocks() local272 auto end_pc = start_pc + try_block.GetLength(); in CreateTryCatchBoundariesBlocks()273 auto try_info = InsertTryBlockInfo({start_pc, end_pc}); in CreateTryCatchBoundariesBlocks()
1340 TryBlock(size_t start_pc, size_t length, std::vector<CatchBlock> catch_blocks) in TryBlock() argument1341 : start_pc_(start_pc), length_(length), catch_blocks_(std::move(catch_blocks)) in TryBlock()
504 | `start_pc` | `uleb128` | Start `pc` of the `try` block. This `pc` points to the firs…