Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp264 auto start_pc = try_block.GetStartPc(); in CreateTryCatchBoundariesBlocks()
265 auto end_pc = start_pc + try_block.GetLength(); in CreateTryCatchBoundariesBlocks()
266 auto try_info = InsertTryBlockInfo({start_pc, end_pc}); in CreateTryCatchBoundariesBlocks()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h1367 TryBlock(size_t start_pc, size_t length, std::vector<CatchBlock> catch_blocks) in TryBlock() argument
1368 : start_pc_(start_pc), length_(length), catch_blocks_(std::move(catch_blocks)) in TryBlock()

Completed in 5 milliseconds