Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dinst_type.h28 using Opcode = compiler::Opcode; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dopcodes.h22 enum Opcode : uint8 { enum
/arkcompiler/runtime_core/verifier/
Dverifier.h35 using Opcode = BytecodeInstruction::Opcode; variable
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dgraph.cpp19 using Opcode = compiler::Opcode; typedef
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp21 using Opcode = BytecodeInstruction::Opcode; typedef
Ddebug_info_extractor.cpp165 using Opcode = LineNumberProgramItem::Opcode; typedef in panda::panda_file::LineNumberProgramHandler
Dfile_items.h617 enum class Opcode : uint8_t { enum
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_emitter.cpp24 using Opcode = BytecodeInstruction::Opcode; typedef
Ddebug_info_extractor.cpp166 using Opcode = LineNumberProgramItem::Opcode; typedef in ark::panda_file::LineNumberProgramHandler
Dfile_items.h606 enum class Opcode : uint8_t { enum
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp173 using Opcode = LineNumberProgramItem::Opcode; typedef in panda::ecmascript::LineNumberProgramHandler
/arkcompiler/runtime_core/assembler/
Dassembly-ins.h34 enum class Opcode { enum
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_matchers.h52 OpCode Opcode() const in Opcode() function
/arkcompiler/runtime_core/static_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/static_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp27 using Opcode = BytecodeInstruction::Opcode; typedef
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h1011 … void SetBytecodeStatsStack(std::unordered_map<BytecodeInstruction::Opcode, int> &bytecodeStatsMap) in SetBytecodeStatsStack()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h164 enum class Opcode { enum
2269 …explicit ParameterInst(Opcode /* unused */, uint16_t arg_number) : Inst(Opcode::Parameter), arg_nu… in ParameterInst() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
Di2c_bridge_test.cpp35 using Opcode = ark::BytecodeInstruction::Opcode; typedef
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h70 enum class Opcode { enum
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h128 enum class Opcode { enum