Home
last modified time | relevance | path

Searched refs:line_offset (Results 1 - 3 of 3) 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
116 state_->AdvanceLine(line_offset); in HandleSpecialOpcode()
H A Dline_number_program.h282 int32_t line_offset = adjust_opcode % LineNumberProgramItem::LINE_RANGE + LineNumberProgramItem::LINE_BASE; 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
135 state_->AdvanceLine(line_offset); in HandleSpecialOpcode()

Completed in 3 milliseconds