Home
last modified time | relevance | path

Searched refs:pc_offset (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Ddebug_helpers.h113 bool HandleSpecialOpcode(uint32_t pc_offset, int32_t line_offset) in HandleSpecialOpcode() argument
115 state_->AdvancePc(pc_offset); in HandleSpecialOpcode()
H A Dline_number_program.h281 auto pc_offset = static_cast<uint32_t>(adjust_opcode / LineNumberProgramItem::LINE_RANGE); in HandleSpecialOpcode() local
283 return handler_->HandleSpecialOpcode(pc_offset, line_offset); in HandleSpecialOpcode()
H A Ddebug_info_extractor.cpp132 bool HandleSpecialOpcode(uint32_t pc_offset, int32_t line_offset) in HandleSpecialOpcode() argument
134 state_->AdvancePc(pc_offset); in HandleSpecialOpcode()
/arkcompiler/runtime_core/libpandabase/os/
H A Dstacktrace.cpp120 uintptr_t pc_offset = pc - vma->start_addr + vma->offset; in PrintFrame() local
123 --pc_offset; in PrintFrame()
127 if (ReadDebugInfo(vma) && vma->debug_info.GetSrcLocation(pc_offset, &function, &src_file, &line)) { in PrintFrame()
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp1810 size_t pc_offset = 0; in MakeOrderAndOffsets() local
1816 try_catch_labels[ins[i].label] = pc_offset; in MakeOrderAndOffsets()
1823 pc_offset += bi.GetSize(); in MakeOrderAndOffsets()

Completed in 6 milliseconds