Home
last modified time | relevance | path

Searched refs:BytecodeOpcodeToPandasmOpcode (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/common/
Dabc_code_converter.h32 pandasm::Opcode BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode opcode) const;
/arkcompiler/runtime_core/abc2program/common/
Dabc_code_converter.h32 pandasm::Opcode BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode opcode) const;
Dabc_opcode_convert.cpp.erb20 pandasm::Opcode AbcCodeConverter::BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode opcode)…
Dabc_inst_convert.cpp.erb27 ins.opcode = BytecodeOpcodeToPandasmOpcode(bc_ins.GetOpcode());
/arkcompiler/runtime_core/disassembler/templates/
Dopcode_translator.cpp.erb20 pandasm::Opcode Disassembler::BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode o) const {
Dbc_ins_to_pandasm_ins.cpp.erb24 ins.opcode = BytecodeOpcodeToPandasmOpcode(bc_ins.GetOpcode());
/arkcompiler/runtime_core/static_core/abc2program/templates/
Dabc_opcode_convert.cpp.erb21 pandasm::Opcode AbcCodeConverter::BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode opcode)…
Dabc_inst_convert.cpp.erb28 ins.opcode = BytecodeOpcodeToPandasmOpcode(bcIns.GetOpcode());
/arkcompiler/runtime_core/static_core/disassembler/templates/
Dopcode_translator.cpp.erb21 pandasm::Opcode Disassembler::BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode o) const {
Dbc_ins_to_pandasm_ins.cpp.erb25 ins.opcode = BytecodeOpcodeToPandasmOpcode(bcIns.GetOpcode());
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.h251 pandasm::Opcode BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode o) const;
252 pandasm::Opcode BytecodeOpcodeToPandasmOpcode(uint8_t o) const;
Ddisassembler.cpp1868 pandasm::Opcode Disassembler::BytecodeOpcodeToPandasmOpcode(uint8_t o) const in BytecodeOpcodeToPandasmOpcode() function in ark::disasm::Disassembler
1870 return BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode(o)); in BytecodeOpcodeToPandasmOpcode()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.h181 pandasm::Opcode BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode o) const;
182 pandasm::Opcode BytecodeOpcodeToPandasmOpcode(uint8_t o) const;
Ddisassembler.cpp2112 pandasm::Opcode Disassembler::BytecodeOpcodeToPandasmOpcode(uint8_t o) const in BytecodeOpcodeToPandasmOpcode() function in panda::disasm::Disassembler
2114 return BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode(o)); in BytecodeOpcodeToPandasmOpcode()