Home
last modified time | relevance | path

Searched refs:adjust_opcode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dline_number_program.h280 …auto adjust_opcode = static_cast<int32_t>(static_cast<uint8_t>(opcode) - LineNumberProgramItem::OP… in HandleSpecialOpcode() local
281 auto pc_offset = static_cast<uint32_t>(adjust_opcode / LineNumberProgramItem::LINE_RANGE); in HandleSpecialOpcode()
282 …int32_t line_offset = adjust_opcode % LineNumberProgramItem::LINE_RANGE + LineNumberProgramItem::L… in HandleSpecialOpcode()
Dfile_reader.cpp1250 auto adjust_opcode = opcode_value - LineNumberProgramItem::OPCODE_BASE; in UpdateDebugInfo() local
1251 uint32_t pc_diff = adjust_opcode / LineNumberProgramItem::LINE_RANGE; in UpdateDebugInfo()
1253adjust_opcode % LineNumberProgramItem::LINE_RANGE + LineNumberProgramItem::LINE_BASE; in UpdateDebugInfo()
/arkcompiler/runtime_core/static_core/quickener/templates/
Dquickener_gen.cpp.erb157 auto adjust_opcode = opcode_value - panda_file::LineNumberProgramItem::OPCODE_BASE;
158 uint32_t pc_diff = adjust_opcode / panda_file::LineNumberProgramItem::LINE_RANGE;
160adjust_opcode % panda_file::LineNumberProgramItem::LINE_RANGE + panda_file::LineNumberProgramItem:…