Home
last modified time | relevance | path

Searched refs:ADVANCE_PC (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.h79 #define ADVANCE_PC(offset) \ macro
87 ADVANCE_PC(BytecodeInstruction::Size(EcmaOpcode::curOpcode)) \
94 ADVANCE_PC(offset) \
619 #undef ADVANCE_PC macro
H A Dinterpreter-inl.cpp66 #define ADVANCE_PC(offset) \ macro
74 ADVANCE_PC(BytecodeInstruction::Size(EcmaOpcode::curOpcode)) \
81 ADVANCE_PC(offset) \
8009 #undef ADVANCE_PC macro
H A Dinterpreter_assembly.cpp46 #define ADVANCE_PC(offset) \ macro
54 ADVANCE_PC(offset) \
7979 #undef ADVANCE_PC macro
/arkcompiler/runtime_core/libpandafile/
H A Dline_number_program.h146 case Opcode::ADVANCE_PC: { in Process()
H A Dfile_reader.cpp1083 case LineNumberProgramItem::Opcode::ADVANCE_PC: in UpdateDebugInfoDependecies()
1178 case LineNumberProgramItem::Opcode::ADVANCE_PC: { in UpdateDebugInfo()
H A Dfile_items.cpp1475 EmitOpcode(Opcode::ADVANCE_PC); in EmitAdvancePc()
H A Dfile_items.h619 ADVANCE_PC = 0x01, member in panda::panda_file::ClassTag::MethodTag::FieldTag::FunctionKind::ItemRank::LineNumberProgramItem::Opcode
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dline_number_program.h144 case Opcode::ADVANCE_PC: { in Process()
H A Dfile_items.cpp1411 EmitOpcode(Opcode::ADVANCE_PC); in EmitAdvancePc()
H A Dfile_items.h608 ADVANCE_PC = 0x01, member in ark::panda_file::ClassTag::MethodTag::FieldTag::LineNumberProgramItemBase::Opcode
/arkcompiler/runtime_core/assembler/tests/
H A Demitter_test.cpp236 static_cast<uint8_t>(panda_file::LineNumberProgramItem::Opcode::ADVANCE_PC), in TEST()
H A Dassembler_emitter_test.cpp265 static_cast<uint8_t>(panda_file::LineNumberProgramItem::Opcode::ADVANCE_PC), in HWTEST_F()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Demitter_test.cpp240 static_cast<uint8_t>(panda_file::LineNumberProgramItem::Opcode::ADVANCE_PC), in TEST()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp662 static_cast<uint8_t>(LineNumberProgramItem::Opcode::ADVANCE_PC), in HWTEST()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp555 static_cast<uint8_t>(LineNumberProgramItem::Opcode::ADVANCE_PC), in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp34 #define ADVANCE_PC(opcode) bytecodeArray += BytecodeInstruction::Size(opcode) macro
174 ADVANCE_PC(opCode); in Compile()

Completed in 55 milliseconds