Home
last modified time | relevance | path

Searched defs:opcode (Results 1 - 25 of 102) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dmethod_properties_test.cpp23 void CheckCall(Opcode opcode) in CheckCall() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Descape_analysis_editor.cpp44 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
H A Decma_opcode_des.h351 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr() argument
H A Dpgo_bc_info.cpp66 BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in Record() local
H A Ddead_code_elimination.cpp22 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
H A Dlater_elimination.cpp34 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
153 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local
H A Dvalue_numbering.cpp23 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
H A Dgate_meta_data_builder.h149 JSBytecode( size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFlags flags) JSBytecode() argument
H A Dgraph_editor.cpp65 auto opcode = acc_.GetOpCode(gate); in RemoveGate() local
H A Dshare_gate_meta_data.cpp22 std::string GateMetaData::Str(OpCode opcode) in Str() argument
H A Dts_hcr_opt_pass.cpp24 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 Dsavestate_optimization.cpp58 auto opcode = userInst->GetOpcode(); in RequireRegMap() local
H A Dloop_idioms.cpp96 auto opcode = inst->GetOpcode(); in CanReplaceLoop() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dopcodes.h41 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 Dbridge.cpp97 auto opcode = bcInst.GetOpcode(); in InvokeInterpreter() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_isa_tbl.h85 static inline X64MOP_t GetSetCCMop(maple::Opcode opcode, Operand::OperandType dTy, bool isSigned, bool isFloat) in GetSetCCMop() argument
/arkcompiler/toolchain/websocket/
H A Dframe_builder.h39 ServerFrameBuilder(bool final, FrameType opcode) : fin_(final), opcode_(opcode) in ServerFrameBuilder() argument
H A Dframe_builder.cpp25 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 Dweb_socket_frame.h32 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 Dold_instruction.h450 static constexpr Format GetFormat(Opcode opcode) in GetFormat() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dmem_barriers.cpp111 auto opcode = llvm::Intrinsic::AARCH64Intrinsics::aarch64_dmb; in RelaxBarriers() local
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dinstruction.rb84 def opcode method in IRInstruction
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/mpl2mpl/
H A Dconstantfold_test.cpp239 Opcode opcode = opcode_ls[opc_idx]; in TEST() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp175 void OptCodeProfiler::Update(JSHandle<JSTaggedValue> &func, int bcIndex, EcmaOpcode opcode, Mode mode) in FilterMethodToPrint() argument
/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.h100 Opcode opcode = Opcode::INVALID; /* operation type */ member
[all...]

Completed in 12 milliseconds

12345