Home
last modified time | relevance | path

Searched refs:handler_pc (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp327 uint32_t handler_pc; in TEST() member
340 EXPECT_EQ(catch_block.GetHandlerPc(), catch_infos[i].handler_pc); in TEST()
Dassembler_emitter_test.cpp386 uint32_t handler_pc; in __anon9d5bb8020a02() member
396 EXPECT_EQ(catch_block.GetHandlerPc(), catch_infos[i].handler_pc); in __anon9d5bb8020a02()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h1312 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_()
/arkcompiler/runtime_core/docs/
Dfile_format.md518 | `handler_pc` | `uleb128` | `pc` of the first instruction of the exception handler. |