Home
last modified time | relevance | path

Searched refs:GetHandlerPc (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp83 pcOffset = catchBlock.GetHandlerPc(); in FindCatchBlock()
/arkcompiler/runtime_core/libpandafile/
Dcode_data_accessor.h88 uint32_t GetHandlerPc() const in GetHandlerPc() function
Dfile_reader.cpp685 …_blocks.emplace_back(CodeItem::CatchBlock(method_item, catch_type_item, catch_block.GetHandlerPc(), in CreateMethodItem()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp275 auto pc = catch_block.GetHandlerPc(); in CreateTryCatchBoundariesBlocks()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp340 EXPECT_EQ(catch_block.GetHandlerPc(), catch_infos[i].handler_pc); in TEST()
Dassembler_emitter_test.cpp396 EXPECT_EQ(catch_block.GetHandlerPc(), catch_infos[i].handler_pc); in __anon654af7a10a02()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp590 const auto handler_begin_offset = catch_block.GetHandlerPc(); in LocateCatchBlock()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp129 auto pcOffset = catchBlock.GetHandlerPc(); in CollectTryCatchBlockInfo()