/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | value_numbering.cpp | 36 auto opcode = acc_.GetOpCode(gate); in VisitGate() local 87 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local
|
D | ecma_opcode_des.h | 318 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr()
|
D | later_elimination.cpp | 46 auto opcode = acc_.GetOpCode(gate); in VisitGate() local 159 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local
|
D | pgo_bc_info.cpp | 65 … BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in Record() local
|
D | early_elimination.cpp | 80 auto opcode = acc_.GetOpCode(gate); in VisitGate() local 307 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local 365 auto opcode = acc_.GetOpCode(lhs); in CheckRenameReplacement() local
|
D | graph_editor.cpp | 56 auto opcode = acc_.GetOpCode(gate); in RemoveGate() local
|
D | bytecodes.h | 317 static bool IsCallOp(EcmaOpcode opcode) in IsCallOp() 338 static bool IsCreateObjectWithBufferOp(EcmaOpcode opcode) in IsCreateObjectWithBufferOp() 349 static bool IsCreateArrayWithBufferOp(EcmaOpcode opcode) in IsCreateArrayWithBufferOp()
|
D | gate_meta_data.h | 427 GateMetaData(OpCode opcode, GateFlags flags, in GateMetaData() 634 BoolMetaData(OpCode opcode, GateFlags flags, uint32_t statesIn, in BoolMetaData() 658 …explicit JSBytecodeMetaData(size_t valuesIn, EcmaOpcode opcode, uint32_t pcOffset, GateFlags flags) in JSBytecodeMetaData() 711 OneParameterMetaData(OpCode opcode, GateFlags flags, uint32_t statesIn, in OneParameterMetaData() 740 TypedCallMetaData(OpCode opcode, GateFlags flags, uint32_t statesIn, in TypedCallMetaData()
|
D | bytecode_info_collector.cpp | 396 … BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in CollectMethodInfoFromBC() local 511 … BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in CollectModuleInfoFromBC() local 716 … BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in CollectConstantPoolIndexInfoFromBC() local
|
D | gate.cpp | 717 auto opcode = GetOpCode(); in Print() local 776 auto opcode = GetOpCode(); in ShortPrint() local
|
D | circuit.h | 172 const GateMetaData* JSBytecode(size_t valuesIn, EcmaOpcode opcode, in JSBytecode()
|
D | async_function_lowering.cpp | 112 auto opcode = accessor_.GetOpCode(stateInGate); in RebuildGeneratorCfg() local
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | bytecode_optimizer_isapi.rb | 147 def plain(opcode, *args) argument 160 def case_(types, opcode, *args) argument 164 def cc_case(types, opcode, *args) argument 172 def case_true(opcode, *args) argument 176 def case_false(opcode, *args) argument
|
/arkcompiler/runtime_core/assembler/ |
D | assembly-ins.h | 35 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) opcode, argument 70 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) flags, argument 75 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) width, argument 80 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) def_idx, argument 84 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) use_idxs, argument 100 Opcode opcode = Opcode::INVALID; /* operation type */ member
|
/arkcompiler/ets_frontend/merge_abc/protos/ |
D | assemblyIns.proto | 29 uint32 opcode = 1; field
|
/arkcompiler/runtime_core/libpandafile/ |
D | line_number_program.h | 138 auto opcode = ReadOpcode(); in Process() local 202 auto opcode = static_cast<Opcode>(*program_); in ReadOpcode() local 276 bool HandleSpecialOpcode(LineNumberProgramItem::Opcode opcode) in HandleSpecialOpcode()
|
D | bytecode_emitter.cpp | 166 auto opcode = insn.GetOpcode(); in ReserveSpaceForOffsets() local 195 auto opcode = insn.GetOpcode(); in DoReserveSpaceForOffset() local
|
D | bytecode_instruction.h | 400 static constexpr size_t Size(Opcode opcode) in Size()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | dump.cpp | 167 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, const ArenaString &fi… in DumpTypedFieldOpcode() 177 void DumpTypedOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, ArenaAllocator *allocator) in DumpTypedOpcode() 304 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 317 ArenaString opcode(GetOpcodeString(mixin_inst->GetOpcode()), adapter); in DumpOpcodeAnyTypeMixin() local 342 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 353 ArenaString opcode(GetOpcodeString(GetOpcode()), adapter); in DumpOpcode() local 382 ArenaString opcode(GetIntrinsicOpcodeName(), adapter); in DumpOpcode() local
|
D | inst.h | 49 #define INST_DEF(opcode, base, ...) class base; argument 167 #define INST_DEF(opcode, ...) opcode, argument 179 #define INST_DEF(opcode, ...) #opcode, argument 213 inline constexpr uintptr_t GetFlagsMask(Opcode opcode) in GetFlagsMask() 243 inline constexpr uint8_t GetModesMask(Opcode opcode) in GetModesMask() 682 #define INST_DEF(opcode, base, ...) inline const base *CastTo##opcode() const; argument 687 #define INST_DEF(opcode, base, ...) inline base *CastTo##opcode(); argument 750 void SetOpcode(Opcode opcode) in SetOpcode() 1348 explicit Inst(Opcode opcode) : Inst(opcode, DataType::Type::NO_TYPE, INVALID_PC) {} in Inst() 1350 explicit Inst(Opcode opcode, DataType::Type type, uint32_t pc) : pc_(pc), opcode_(opcode) in Inst() [all …]
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | bytecode_emitter_tests.cpp | 609 static void Jmpz_IMM8(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> emi… in Jmpz_IMM8() 618 static void Jmpz_IMM16(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> em… in Jmpz_IMM16() 630 static void Jmp_V8_IMM8(Opcode opcode, std::function<void(BytecodeEmitter *, uint8_t, const Label &… in Jmp_V8_IMM8() 639 static void Jmp_V8_IMM16(Opcode opcode, std::function<void(BytecodeEmitter *, uint8_t, const Label … in Jmp_V8_IMM16() 651 static void Jmpz_IMM32(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> em… in Jmpz_IMM32() 663 static void TestNoneFormat(Opcode opcode, std::function<void(BytecodeEmitter *)> emit) in TestNoneFormat()
|
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
D | opt_code_profiler.h | 72 void Update(EcmaOpcode opcode, Mode mode) in Update()
|
/arkcompiler/toolchain/websocket/ |
D | websocket.h | 29 uint8_t opcode = 0; member
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | panda_file_translator.cpp | 312 auto opcode = inst.GetOpcode(); in FixOpcode() local 1383 auto opcode = inst.GetOpcode(); in UpdateICOffset() local 1516 … OldBytecodeInst::Opcode opcode = static_cast<OldBytecodeInst::Opcode>(bcIns.GetOpcode()); in TranslateBytecode() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
D | old_instruction.h | 450 static constexpr Format GetFormat(Opcode opcode) in GetFormat()
|