Searched refs:handler_pc (Results 1 – 4 of 4) sorted by relevance
327 uint32_t handler_pc; in TEST() member340 EXPECT_EQ(catch_block.GetHandlerPc(), catch_infos[i].handler_pc); in TEST()
386 uint32_t handler_pc; in __anon9d5bb8020a02() member396 EXPECT_EQ(catch_block.GetHandlerPc(), catch_infos[i].handler_pc); in __anon9d5bb8020a02()
1312 CatchBlock(MethodItem *method, BaseClassItem *type, size_t handler_pc, size_t code_size = 0)1313 : method_(method), type_(type), handler_pc_(handler_pc), code_size_(code_size) in method_()
518 | `handler_pc` | `uleb128` | `pc` of the first instruction of the exception handler. |