Searched refs:GetHandlerPc (Results 1 – 8 of 8) sorted by relevance
83 pcOffset = catchBlock.GetHandlerPc(); in FindCatchBlock()
88 uint32_t GetHandlerPc() const in GetHandlerPc() function
685 …_blocks.emplace_back(CodeItem::CatchBlock(method_item, catch_type_item, catch_block.GetHandlerPc(), in CreateMethodItem()
275 auto pc = catch_block.GetHandlerPc(); in CreateTryCatchBoundariesBlocks()
340 EXPECT_EQ(catch_block.GetHandlerPc(), catch_infos[i].handler_pc); in TEST()
396 EXPECT_EQ(catch_block.GetHandlerPc(), catch_infos[i].handler_pc); in __anon654af7a10a02()
590 const auto handler_begin_offset = catch_block.GetHandlerPc(); in LocateCatchBlock()
129 auto pcOffset = catchBlock.GetHandlerPc(); in CollectTryCatchBlockInfo()