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.erb25 auto 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.erb22 auto 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/disassembler/
Ddisassembler.h181 pandasm::Opcode BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode o) const;
182 pandasm::Opcode BytecodeOpcodeToPandasmOpcode(uint8_t o) const;
Ddisassembler.cpp2124 pandasm::Opcode Disassembler::BytecodeOpcodeToPandasmOpcode(uint8_t o) const in BytecodeOpcodeToPandasmOpcode() function in panda::disasm::Disassembler
2126 return BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode(o)); in BytecodeOpcodeToPandasmOpcode()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.h249 pandasm::Opcode BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode o) const;
250 pandasm::Opcode BytecodeOpcodeToPandasmOpcode(uint8_t o) const;
Ddisassembler.cpp1872 pandasm::Opcode Disassembler::BytecodeOpcodeToPandasmOpcode(uint8_t o) const in BytecodeOpcodeToPandasmOpcode() function in ark::disasm::Disassembler
1874 return BytecodeOpcodeToPandasmOpcode(BytecodeInstruction::Opcode(o)); in BytecodeOpcodeToPandasmOpcode()