Home
last modified time | relevance | path

Searched defs:pc_offset (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Ddebug_helpers.h113 bool HandleSpecialOpcode(uint32_t pc_offset, int32_t line_offset) in HandleSpecialOpcode()
Dline_number_program.h281 auto pc_offset = static_cast<uint32_t>(adjust_opcode / LineNumberProgramItem::LINE_RANGE); in HandleSpecialOpcode() local
Ddebug_info_extractor.cpp132 bool HandleSpecialOpcode(uint32_t pc_offset, int32_t line_offset) in HandleSpecialOpcode()
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h178 static void SetCatchBlockPcOffset(uint32_t pc_offset) in SetCatchBlockPcOffset()
231 static void SetupCatchBlockPcOffset(uint32_t pc_offset) in SetupCatchBlockPcOffset()
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp120 uintptr_t pc_offset = pc - vma->start_addr + vma->offset; in PrintFrame() local
/arkcompiler/runtime_core/runtime/
Dmethod.cpp345 uint32_t pc_offset = panda_file::INVALID_OFFSET; in FindCatchBlock() local
Dexceptions.cpp231 uint32_t pc_offset = method->FindCatchBlock(thread->GetException()->ClassAddr<Class>(), pc); in FindCatchBlockInCFrames() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1689 size_t pc_offset = 0; in MakeOrderAndOffsets() local
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h2318 … uint32_t pc_offset = this->FindCatchBlock(thread->GetException(), this->GetBytecodeOffset()); in FindCatchBlockStackless() local