Home
last modified time | relevance | path

Searched refs:GetStartPc (Results 1 – 9 of 9) sorted by relevance

/ark/runtime_core/libpandafile/
Dcode_data_accessor.h34 uint32_t GetStartPc() const in GetStartPc() function
/ark/runtime_core/runtime/
Dmethod.cpp344 … if ((try_block.GetStartPc() <= pc) && ((try_block.GetStartPc() + try_block.GetLength()) > pc)) { in FindCatchBlock()
/ark/runtime_core/runtime/include/
Dmethod-inl.h284 … static_cast<uintptr_t>(try_block.GetStartPc())); in EnumerateCatchBlocks()
/ark/runtime_core/disassembler/
Ddisassembler.cpp513 const auto try_begin_bc_ins = bc_ins.JumpTo(try_block.GetStartPc()); in LocateTryBlock()
514 const auto try_end_bc_ins = bc_ins.JumpTo(try_block.GetStartPc() + try_block.GetLength()); in LocateTryBlock()
/ark/runtime_core/assembler/tests/
Demitter_test.cpp318 EXPECT_EQ(try_block.GetStartPc(), 9); in TEST()
/ark/runtime_core/verification/job_queue/
Dcache.cpp657 …terpret_cast<uintptr_t>(cached_method->bytecode) + static_cast<uintptr_t>(try_block.GetStartPc())); in InitializeCode()
/ark/js_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp160 auto tryStartOffset = try_block.GetStartPc(); in CollectTryCatchBlockInfo()
161 auto tryEndOffset = try_block.GetStartPc() + try_block.GetLength(); in CollectTryCatchBlockInfo()
/ark/js_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3728 … if ((try_block.GetStartPc() <= pc) && ((try_block.GetStartPc() + try_block.GetLength()) > pc)) { in FindCatchBlock()
Dinterpreter_assembly.cpp3682 … if ((try_block.GetStartPc() <= pc) && ((try_block.GetStartPc() + try_block.GetLength()) > pc)) { in FindCatchBlock()