| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | method_properties_test.cpp | 23 void CheckCall(Opcode opcode) in CheckCall() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | escape_analysis_editor.cpp | 44 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
|
| H A D | ecma_opcode_des.h | 351 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode)
in GetEcmaOpcodeStr() argument
|
| H A D | pgo_bc_info.cpp | 66 BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in Record() local
|
| H A D | dead_code_elimination.cpp | 22 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
|
| H A D | later_elimination.cpp | 34 auto opcode = acc_.GetOpCode(gate); in VisitGate() local 153 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local
|
| H A D | value_numbering.cpp | 23 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
|
| H A D | gate_meta_data_builder.h | 149 JSBytecode( size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFlags flags) JSBytecode() argument
|
| H A D | graph_editor.cpp | 65 auto opcode = acc_.GetOpCode(gate); in RemoveGate() local
|
| H A D | share_gate_meta_data.cpp | 22 std::string GateMetaData::Str(OpCode opcode) in Str() argument
|
| H A D | ts_hcr_opt_pass.cpp | 24 auto opcode = acc_.GetOpCode(gate); in VisitGate() local 38 OpCode opcode = acc_.GetOpCode(gate); in AddProfiling() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | savestate_optimization.cpp | 58 auto opcode = userInst->GetOpcode(); in RequireRegMap() local
|
| H A D | loop_idioms.cpp | 96 auto opcode = inst->GetOpcode(); in CanReplaceLoop() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | opcodes.h | 41 inline constexpr bool IsBranch(Opcode opcode) in IsBranch() argument 46 inline constexpr bool IsLogicalShift(Opcode opcode) in IsLogicalShift() argument 51 constexpr bool IsCommutative(Opcode opcode) in IsCommutative() argument 69 IsStmtMustRequire(Opcode opcode) IsStmtMustRequire() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/bridge/ |
| H A D | bridge.cpp | 97 auto opcode = bcInst.GetOpcode(); in InvokeInterpreter() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| H A D | x64_isa_tbl.h | 85 static inline X64MOP_t GetSetCCMop(maple::Opcode opcode, Operand::OperandType dTy, bool isSigned, bool isFloat) in GetSetCCMop() argument
|
| /arkcompiler/toolchain/websocket/ |
| H A D | frame_builder.h | 39 ServerFrameBuilder(bool final, FrameType opcode) : fin_(final), opcode_(opcode) in ServerFrameBuilder() argument
|
| H A D | frame_builder.cpp | 25 ServerFrameBuilder& ServerFrameBuilder::SetOpcode(FrameType opcode) in SetOpcode() argument 107 ClientFrameBuilder::ClientFrameBuilder(bool final, FrameType opcode, const uint8_t maskingKey[WebSocketFrame::MASK_LEN]) in ClientFrameBuilder() argument
|
| H A D | web_socket_frame.h | 32 constexpr inline bool IsControlFrame(uint8_t opcode) in IsControlFrame() argument 56 uint8_t opcode = 0; member
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
| H A D | old_instruction.h | 450 static constexpr Format GetFormat(Opcode opcode) in GetFormat() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | mem_barriers.cpp | 111 auto opcode = llvm::Intrinsic::AARCH64Intrinsics::aarch64_dmb; in RelaxBarriers() local
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| H A D | instruction.rb | 84 def opcode method in IRInstruction
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mpl2mpl/ |
| H A D | constantfold_test.cpp | 239 Opcode opcode = opcode_ls[opc_idx]; in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| H A D | opt_code_profiler.cpp | 175 void OptCodeProfiler::Update(JSHandle<JSTaggedValue> &func, int bcIndex, EcmaOpcode opcode, Mode mode) in FilterMethodToPrint() argument
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-ins.h | 100 Opcode opcode = Opcode::INVALID; /* operation type */ member [all...] |