Home
last modified time | relevance | path

Searched refs:ADVANCE_PC (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dline_number_program.h146 case Opcode::ADVANCE_PC: { in Process()
Dfile_reader.cpp1063 case LineNumberProgramItem::Opcode::ADVANCE_PC: in UpdateDebugInfoDependecies()
1158 case LineNumberProgramItem::Opcode::ADVANCE_PC: { in UpdateDebugInfo()
Dfile_items.cpp1461 EmitOpcode(Opcode::ADVANCE_PC); in EmitAdvancePc()
Dfile_items.h592 ADVANCE_PC = 0x01, enumerator
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp236 … static_cast<uint8_t>(panda_file::LineNumberProgramItem::Opcode::ADVANCE_PC), in TEST()
Dassembler_emitter_test.cpp267 … static_cast<uint8_t>(panda_file::LineNumberProgramItem::Opcode::ADVANCE_PC), in __anon654af7a10902()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp620 static_cast<uint8_t>(LineNumberProgramItem::Opcode::ADVANCE_PC),
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h76 #define ADVANCE_PC(offset) \ macro
84 ADVANCE_PC(BytecodeInstruction::Size(EcmaOpcode::curOpcode)) \
91 ADVANCE_PC(offset) \
7419 #undef ADVANCE_PC
Dinterpreter_assembly.cpp60 #define ADVANCE_PC(offset) \ macro
68ADVANCE_PC(offset) …
7596 #undef ADVANCE_PC
/arkcompiler/runtime_core/docs/
Dfile_format.md955 | `ADVANCE_PC` | `0x01` | | `uleb128` | Incremen…