Home
last modified time | relevance | path

Searched defs:Opcode (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dinst_type.h28 using Opcode = compiler::Opcode; variable
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dgraph.cpp19 using Opcode = compiler::Opcode; typedef
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp24 using Opcode = BytecodeInstruction::Opcode; typedef
Ddebug_info_extractor.cpp166 using Opcode = LineNumberProgramItem::Opcode; typedef in panda::panda_file::LineNumberProgramHandler
Dfile_items.h590 enum class Opcode : uint8_t { enum
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp175 using Opcode = LineNumberProgramItem::Opcode; typedef in panda::ecmascript::LineNumberProgramHandler
/arkcompiler/runtime_core/assembler/
Dassembly-ins.h34 enum class Opcode { enum
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp27 using Opcode = BytecodeInstruction::Opcode; typedef
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h164 enum class Opcode { enum
2266 …explicit ParameterInst(Opcode /* unused */, uint16_t arg_number) : Inst(Opcode::Parameter), arg_nu… in ParameterInst() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h69 enum class Opcode { enum