| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_gate_meta_data.cpp | 41 std::string GateMetaData::Str(TypedBinOp op) in Str() 54 std::string GateMetaData::Str(TypedUnOp op) in Str() 67 std::string GateMetaData::Str(TypedJumpOp op) in Str() 80 std::string GateMetaData::Str(TypedLoadOp op) in Str() 93 std::string GateMetaData::Str(TypedStoreOp op) in Str() 106 std::string GateMetaData::Str(TypedCallTargetCheckOp op) in Str()
|
| D | range_analysis.cpp | 48 auto op = acc_.GetOpCode(gate); in VisitGate() local 111 auto op = acc_.GetTypedUnAccessor(gate).GetTypedUnOp(); in VisitTypedUnaryOp() local 140 auto op = acc_.GetTypedBinaryOp(gate); in VisitTypedBinaryOp() local 279 auto op = acc_.GetTypedBinaryOp(gate); in GetRangeOfCompare() local 324 auto op = acc_.GetOpCode(gate); in PrintRangeInfo() local
|
| D | array_bounds_check_elimination.cpp | 49 ArrayBoundsCheckElimination::Bound::Bound(TypedBinOp op, GateRef gate, int constant) in Bound() 178 auto op = acc_.GetTypedBinaryOp(gate); in DoBinaryArithmeticOp() local 260 auto op = acc_.GetTypedUnAccessor(gate).GetTypedUnOp(); in DoUnaryArithmeticOp() local 368 OpCode op = acc_.GetOpCode(gate); in VisitGate() local 387 auto op = acc_.GetTypedBinaryOp(gate); in GetInstrAndConstValueFromBinaryOp() local 412 auto op = acc_.GetTypedUnAccessor(gate).GetTypedUnOp(); in GetInstrAndConstValueFromUnaryOp() local 510 void ArrayBoundsCheckElimination::UpdateBound(IntegerStack &pushed, GateRef x, TypedBinOp op, in UpdateBound() 533 …ayBoundsCheckElimination::AddIfCondition(IntegerStack &pushed, GateRef x, GateRef y, TypedBinOp op) in AddIfCondition() 549 OpCode op = acc_.GetOpCode(gate); in IsArrayLength() local 563 OpCode op = acc_.GetOpCode(gate); in FindBoundGate() local [all …]
|
| D | gate_accessor.cpp | 137 auto op = GetOpCode(gate); in GetMemoryAttribute() local 355 TypedLoadOp op = GetTypedLoadOp(gate); in TypedOpIsTypedArray() local 359 TypedStoreOp op = GetTypedStoreOp(gate); in TypedOpIsTypedArray() local 413 OpCode op = GetOpCode(gate); in HasNumberType() local 423 OpCode op = GetOpCode(gate); in HasStringType() local 542 OpCode op = GetOpCode(gate); in GetNoGCFlag() local 566 OpCode op = GetOpCode(gate); in TryGetPcOffset() local 600 OpCode op = GetOpCode(gate); in TryGetBcIndex() local 613 OpCode op = GetOpCode(gate); in TryGetMethodOffset() local 637 OpCode op = GetOpCode(frameState); in GetFrameArgs() local [all …]
|
| D | loop_analysis.cpp | 119 auto op = acc_.GetOpCode(gate); in UpdateLoopInfo() local 199 auto op = acc_.GetOpCode(gate); in LoopExitElimination() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | opcodes.h | 91 constexpr bool IsCompareHasReverseOp(Opcode op) in IsCompareHasReverseOp() 99 constexpr Opcode GetSwapCmpOp(Opcode op) in GetSwapCmpOp() 120 constexpr Opcode GetReverseCmpOp(Opcode op) in GetReverseCmpOp() 141 constexpr bool IsSupportedOpForCopyInPhasesLoopUnrollAndVRP(Opcode op) in IsSupportedOpForCopyInPhasesLoopUnrollAndVRP()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_handler.cpp | 21 JSHandle<JSTaggedValue> LoadHandler::LoadProperty(const JSThread *thread, const ObjectOperator &op) in LoadProperty() 78 JSHandle<JSTaggedValue> LoadHandler::LoadElement(const JSThread *thread, const ObjectOperator &op) in LoadElement() 98 …Handle<JSTaggedValue> StoreHandler::StoreProperty(const JSThread *thread, const ObjectOperator &op) in StoreProperty() 138 …JSTaggedValue> TransitionHandler::StoreTransition(const JSThread *thread, const ObjectOperator &op) in StoreTransition() 149 …le<JSTaggedValue> PrototypeHandler::LoadPrototype(const JSThread *thread, const ObjectOperator &op, in LoadPrototype() 183 …e<JSTaggedValue> PrototypeHandler::StorePrototype(const JSThread *thread, const ObjectOperator &op, in StorePrototype() 213 …ggedValue> TransWithProtoHandler::StoreTransition(const JSThread *thread, const ObjectOperator &op, in StoreTransition()
|
| D | ic_runtime.cpp | 32 bool ICRuntime::GetHandler(const ObjectOperator &op, const JSHandle<JSHClass> &hclass, in GetHandler() 99 void ICRuntime::UpdateLoadHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, in UpdateLoadHandler() 161 void ICRuntime::UpdateStoreHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, in UpdateStoreHandler() 225 ObjectOperator op(GetThread(), receiver, key); in LoadValueMiss() local 282 ObjectOperator op(GetThread(), receiver, key); in LoadMiss() local 351 ObjectOperator op(GetThread(), receiver, key); in LoadTypedArrayValueMiss() local 416 …ObjectOperator op(GetThread(), receiver, key, isOwn ? OperatorType::OWN : OperatorType::PROTOTYPE_… in StoreMiss() local 499 ObjectOperator op(GetThread(), receiver, key); in StoreTypedArrayValueMiss() local 530 JSTaggedValue StoreICRuntime::HandleAccesor(ObjectOperator *op, const JSHandle<JSTaggedValue> &valu… in HandleAccesor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isa.cpp | 18 #define DEFINE_MOP(op, ...) const OpndDesc OpndDesc::op = __VA_ARGS__; argument 21 #define DEFINE_MOP(op, ...) {abstract::op, __VA_ARGS__}, argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | binaryLikeExpression.cpp | 23 …cker::CheckBooleanLikeType(Type *leftType, Type *rightType, ir::AstNode *expr, lexer::TokenType op) in CheckBooleanLikeType() 57 … ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) in CheckBinaryOperator() 101 … ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) in CheckPlusOperator() 137 … ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) in CheckCompareOperator() 224 void TSChecker::CheckAssignmentOperator(lexer::TokenType op, ir::Expression *leftExpr, Type *leftTy… in CheckAssignmentOperator()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | binaryLikeExpression.cpp | 23 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckBinaryOperator() 94 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckPlusOperator() 126 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckCompareOperator() 212 void Checker::CheckAssignmentOperator(lexer::TokenType op, const ir::Expression *leftExpr, Type *le… in CheckAssignmentOperator()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | futex.h | 25 inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, volatile int… in futex()
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | unaryExpressionBuilder.h | 29 UnaryExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator()
|
| D | binaryExpressionBuilder.h | 30 BinaryExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator()
|
| D | assignmentExpressionBuilder.h | 29 AssignmentExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator()
|
| D | updateExpressionBuilder.h | 29 UpdateExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator()
|
| /arkcompiler/ets_runtime/test/jittest/load_element_from_float64_array/ |
| D | load_element_from_float64_array.ts | 59 var val2, op; variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.cpp | 385 ObjectOperator op(thread, receiver, lengthKey, OperatorType::OWN); in IsArrayLengthWritable() local 687 ObjectOperator op(thread, objValue, i, OperatorType::OWN); in GetAllElementKeysByFilter() local 835 ObjectOperator op(thread, key); in GlobalSetProperty() local 874 ObjectOperator op(thread, obj, receiver, key); in SetProperty() local 884 ObjectOperator op(thread, obj, key); in SetProperty() local 898 ObjectOperator op(thread, obj, key); in SetProperty() local 907 ObjectOperator op(thread, obj, index); in SetProperty() local 911 bool JSObject::SetPropertyForDataDescriptorProxy(JSThread *thread, ObjectOperator *op, in SetPropertyForDataDescriptorProxy() 941 bool JSObject::SetPropertyForDataDescriptor(ObjectOperator *op, JSHandle<JSTaggedValue> value, in SetPropertyForDataDescriptor() 1030 bool JSObject::SetProperty(ObjectOperator *op, JSHandle<JSTaggedValue> value, bool mayThrow) in SetProperty() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | extend_assembler.cpp | 109 void ExtendedAssembler::PushArgc(int32_t argc, Register op, Register fp) in PushArgc() 115 void ExtendedAssembler::PushArgc(Register argc, Register op, Register fp) in PushArgc()
|
| D | assembler_aarch64.cpp | 88 uint32_t op = 0; in Ldp() local 122 uint32_t op = 0; in Stp() local 156 uint32_t op = 0; in Ldp() local 202 uint32_t op = 0; in Stp() local 276 uint32_t op = GetOpcodeOfLdr(operand, scale); in Ldr() local 318 uint32_t op = 0; in Str() local 356 uint32_t op = LDUR_Offset; in Ldur() local 368 uint32_t op = STUR_Offset; in Stur() local 669 void AssemblerAarch64::MovWide(uint32_t op, const Register &rd, uint64_t imm, int shift) in MovWide() 711 void AssemblerAarch64::BitWiseOpImm(BitwiseOpCode op, const Register &rd, const Register &rn, uint6… in BitWiseOpImm() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | dropframe_manager.cpp | 22 bool DropframeManager::IsNewlexenvOpcode(BytecodeInstruction::Opcode op) in IsNewlexenvOpcode() 36 bool DropframeManager::IsStlexvarOpcode(BytecodeInstruction::Opcode op) in IsStlexvarOpcode() 49 …, uint16_t> DropframeManager::ReadStlexvarParams(const uint8_t *pc, BytecodeInstruction::Opcode op) in ReadStlexvarParams() 102 BytecodeInstruction::Opcode op = bcIns.GetOpcode(); in AddLexPropertiesToRecord() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.cpp | 280 const callbackfun &op) in AtomicReadModifyWrite() 310 … EcmaRuntimeCallInfo *argv, const callbackfun &op) in AtomicReadModifyWriteCase() 379 … EcmaRuntimeCallInfo *argv, const callbackfun &op, uint8_t &tag) in HandleWithUint8() 402 … EcmaRuntimeCallInfo *argv, const callbackfun &op, int8_t &tag) in HandleWithInt8() 425 … EcmaRuntimeCallInfo *argv, const callbackfun &op, uint16_t &tag) in HandleWithUint16() 448 … EcmaRuntimeCallInfo *argv, const callbackfun &op, int16_t &tag) in HandleWithInt16() 471 … EcmaRuntimeCallInfo *argv, const callbackfun &op, uint32_t &tag) in HandleWithUint32() 494 … EcmaRuntimeCallInfo *argv, const callbackfun &op, int32_t &tag) in HandleWithInt32() 517 EcmaRuntimeCallInfo *argv, const callbackfun &op, in HandleWithBigInt64() 544 EcmaRuntimeCallInfo *argv, const callbackfun &op, in HandleWithBigUint64()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/tests/ |
| D | inst_generator_test.cpp | 33 void GenerateOp(Opcode op) in GenerateOp() 133 for (const auto &op : instGenerator_.GetMap()) { in Generate() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | arithmetic.cpp | 37 static void LogOperatorCannotBeApplied(ETSChecker *checker, lexer::TokenType op, Type *typeL, Type … in LogOperatorCannotBeApplied() 250 bool ETSChecker::CheckBinaryOperatorForBigInt(Type *left, Type *right, lexer::TokenType op) in CheckBinaryOperatorForBigInt() 301 …std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorMulDivMod() 360 …std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorPlus() 409 …std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorShift() 468 …std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorBitwise() 961 bool CheckNumericOperatorContext(ir::Expression *expression, lexer::TokenType op) in CheckNumericOperatorContext() 989 …eckStringOperatorContext(ir::Expression *expression, checker::Type *otherType, lexer::TokenType op) in CheckStringOperatorContext() 998 …ckRelationalOperatorsBetweenEnums(ir::Expression *left, ir::Expression *right, lexer::TokenType op) in CheckRelationalOperatorsBetweenEnums() 1024 auto op = binaryExpression->OperatorType(); in CheckNeedToGenerateGetValueForBinaryExpression() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cfi.h | 62 CfiInsn(MemPool &memPool, maplebe::MOperator op) : Insn(memPool, op) {} in CfiInsn() 66 …CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0) : Insn(memPool, op, opnd… in CfiInsn() 68 … CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0, maplebe::Operand &opnd1) in CfiInsn() 73 … CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0, maplebe::Operand &opnd1, in CfiInsn()
|