/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
H A D | anyType.cpp | 19 void AnyType::ToString(std::stringstream &ss, [[maybe_unused]] bool precise) const in ToString() 24 void AnyType::Identical(TypeRelation *relation, Type *other) in Identical() 31 void AnyType::AssignmentTarget(TypeRelation *relation, [[maybe_unused]] Type *source) in AssignmentTarget() 36 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() 42 TypeFacts AnyType::GetTypeFacts() const in GetTypeFacts() 47 Type *AnyType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate()
|
H A D | anyType.h | 22 class AnyType : public Type { class 24 AnyType() : Type(TypeFlag::ANY) {} in AnyType() function in ark::es2panda::checker::AnyType
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | anyType.cpp | 20 void AnyType::ToString(std::stringstream &ss) const in ToString() 25 void AnyType::Identical(TypeRelation *relation, Type *other) in Identical() 32 void AnyType::AssignmentTarget(TypeRelation *relation, [[maybe_unused]] Type *source) in AssignmentTarget() 37 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() 43 TypeFacts AnyType::GetTypeFacts() const in GetTypeFacts() 48 Type *AnyType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate()
|
H A D | anyType.h | 23 class AnyType : public Type { class 25 AnyType() : Type(TypeFlag::ANY) {} in AnyType() function in panda::es2panda::checker::AnyType
|
H A D | globalTypesHolder.cpp | 43 globalTypes_[static_cast<size_t>(GlobalTypeId::ANY)] = allocator->New<AnyType>(); in GlobalTypesHolder() 69 globalTypes_[static_cast<size_t>(GlobalTypeId::RESOLVING_RETURN_TYPE)] = allocator->New<AnyType>(); in GlobalTypesHolder() 70 globalTypes_[static_cast<size_t>(GlobalTypeId::ERROR_TYPE)] = allocator->New<AnyType>(); in GlobalTypesHolder()
|
H A D | typeMapping.h | 23 _(TypeFlag::ANY, AnyType) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
H A D | meta_data_equal_test.cpp | 143 circuit.NewGate(meta, MachineType::I64, {Circuit::NullGate(), Circuit::NullGate()}, GateType::AnyType()); in HWTEST_F_L0() 146 circuit.NewGate(meta2, MachineType::I64, {Circuit::NullGate(), Circuit::NullGate()}, GateType::AnyType()); in HWTEST_F_L0() 188 {Circuit::NullGate(), Circuit::NullGate(), Circuit::NullGate()}, GateType::AnyType()); in HWTEST_F_L0() 192 {Circuit::NullGate(), Circuit::NullGate(), Circuit::NullGate()}, GateType::AnyType()); in HWTEST_F_L0() 202 GateType::AnyType()); in HWTEST_F_L0() 207 GateType::AnyType()); in HWTEST_F_L0() 218 GateType::AnyType()); in HWTEST_F_L0() 226 GateType::AnyType()); in HWTEST_F_L0()
|
H A D | typed_array_lowering_test.cpp | 54 auto loadLength = builder.LoadTypedArrayLength(array, ParamType::AnyType()); in HWTEST_F_L0() 118 acc.SetGateType(array, GateType::AnyType()); in HWTEST_F_L0() 150 acc.SetGateType(array, GateType::AnyType()); in HWTEST_F_L0() 182 acc.SetGateType(array, GateType::AnyType()); in HWTEST_F_L0() 217 acc.SetGateType(array, GateType::AnyType()); in HWTEST_F_L0() 252 acc.SetGateType(array, GateType::AnyType()); in HWTEST_F_L0() 287 acc.SetGateType(array, GateType::AnyType()); in HWTEST_F_L0() 322 acc.SetGateType(array, GateType::AnyType()); in HWTEST_F_L0() 357 acc.SetGateType(array, GateType::AnyType()); in HWTEST_F_L0() 393 acc.SetGateType(array, GateType::AnyType()); in HWTEST_F_L0() [all...] |
H A D | combined_pass_visitor_test.cpp | 63 {merge, depend, valueSelector, arg2}, GateType::AnyType()); in HWTEST_F_L0() 65 {load1, load1, valueSelector, arg2}, GateType::AnyType()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_circuit_builder.cpp | 263 { currentControl, currentDepend, x, y }, GateType::AnyType()); in StringAdd() 329 MachineType::I64, {currentControl, currentDepend}, GateType::AnyType()); in TypedTypeOf() 642 inList.size(), inList.data(), GateType::AnyType()); in TypedCallOperator() 645 inList.size(), inList.data(), GateType::AnyType()); in TypedCallOperator() 850 type, inList.size(), inList.data(), GateType::AnyType()); in TypeConvert() 873 GateType::AnyType()); in LoadProperty() 887 GateType::AnyType()); in StoreProperty() 946 { currentDepend, constpool }, GateType::AnyType()); in LoadHClassFromConstpool() 1009 MachineType::I64, { currentControl, currentDepend, receiver }, GateType::AnyType()); in ConvertHoleAsUndefined() 1028 args.size(), args.data(), GateType::AnyType()); in TypedCall() [all...] |
H A D | operations_stub_builder.cpp | 254 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in Less() 361 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in LessEq() 467 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in Greater() 574 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in GreaterEq() 595 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in Add() 616 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in Sub() 637 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in Mul() 658 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in Div() 679 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in Mod() 762 callback.ProfileOpType(TaggedInt(PGOSampleType::AnyType())); in Shl() [all...] |
H A D | hcr_circuit_builder.cpp | 364 GateType::AnyType(), in CallPrivateGetter() 387 GateType::AnyType(), in CallPrivateSetter() 410 GateType::AnyType(), in CallGetter() 433 GateType::AnyType(), in CallSetter() 453 MachineType::I64, args.size(), args.data(), GateType::AnyType()); in Float32ArrayConstructor() 471 args.size(), args.data(), GateType::AnyType()); in Construct() 488 circuit_->CallInternal(bitfield, pcOffset), MachineType::I64, args.size(), args.data(), GateType::AnyType()); in CallInternal() 509 MachineType::I64, args.size(), args.data(), GateType::AnyType()); in CallNew()
|
H A D | async_function_lowering.cpp | 101 GateType::AnyType());
in RebuildGeneratorCfg() 112 GateType::AnyType());
in RebuildGeneratorCfg() 145 GateType::AnyType());
in RebuildGeneratorCfg()
|
H A D | lcr_circuit_builder.cpp | 41 return GetCircuit()->NewGate(circuit_->AddWithOverflow(), MachineType::I64, {left, right}, GateType::AnyType()); in AddWithOverflow() 46 return GetCircuit()->NewGate(circuit_->SubWithOverflow(), MachineType::I64, {left, right}, GateType::AnyType()); in SubWithOverflow() 51 return GetCircuit()->NewGate(circuit_->MulWithOverflow(), MachineType::I64, {left, right}, GateType::AnyType()); in MulWithOverflow()
|
H A D | number_speculative_retype.h | 119 GateRef VisitOthers(GateRef gate, GateType outputType = GateType::AnyType()); 120 GateRef VisitOthersWithoutConvert(GateRef gate, GateType outputType = GateType::AnyType());
|
H A D | type.h | 46 V(ANY, AnyType) \ 175 static GateType AnyType() in AnyType() function in panda::ecmascript::kungfu::GateType
|
H A D | number_speculative_retype.cpp | 385 return SetOutputType(gate, GateType::AnyType()); in VisitArrayFindOrFindIndex() 442 return SetOutputType(gate, GateType::AnyType()); in VisitConstant() 834 return SetOutputType(gate, GateType::AnyType()); in VisitBooleanJump() 862 GateType inputType = GateType::AnyType(); in VisitNumberRelated() 887 return SetOutputType(gate, GateType::AnyType()); in VisitFrameState() 944 return SetOutputType(gate, GateType::AnyType()); in VisitWithConstantValue() 1524 return SetOutputType(gate, GateType::AnyType()); in VisitLoadElement() 1543 return SetOutputType(gate, GateType::AnyType()); in VisitStoreElement() 1583 return SetOutputType(gate, GateType::AnyType()); in VisitStoreProperty() 1939 return SetOutputType(gate, GateType::AnyType()); in VisitBigIntAsIntN() [all...] |
H A D | mcr_circuit_builder.h | 555 MachineType::I64, {currentControl, currentDepend, x, y}, GateType::AnyType()); in TypedBinaryOp() 599 MachineType::I64, {currentControl, currentDepend, x}, GateType::AnyType()); in TypedUnaryOp() 626 {currentControl, currentDepend, receiver, index}, GateType::AnyType()); in LoadElement() 640 {currentControl, currentDepend, receiver, index, value}, GateType::AnyType()); in StoreElement()
|
H A D | ts_inline_lowering.cpp | 361 { state, depend, receiver, builder_.Int32(holderHCIndex), unsharedConstPool, frameState }, GateType::AnyType()); in BuildAccessor() 365 { holder, holder, builder_.Int32(plrData) }, GateType::AnyType()); in BuildAccessor() 368 { holder, holder, builder_.Int32(plrData) }, GateType::AnyType()); in BuildAccessor() 406 vaueList.data(), GateType::AnyType()); in MergeAllReturn()
|
H A D | bytecode_circuit_builder.h | 557 GateType::AnyType()); in GetCurrentConstpool() 559 {sharedConstPool}, GateType::AnyType()); in GetCurrentConstpool()
|
H A D | loop_peeling.cpp | 84 MachineType::I64, inList.size(), inList.data(), GateType::AnyType()); in CopySelector()
|
H A D | circuit_builder.cpp | 480 GateType::AnyType()); in GetGlobalEnv() 491 GateType::AnyType()); in GetGlobalEnvObj() 502 GateType::AnyType()); in GetGlobalEnvObjHClass() 512 MachineType::I64, { currentDepend }, GateType::AnyType()); in GetGlobalConstantValue() 1061 GateType::AnyType()); in LoadBuiltinObject()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ |
H A D | typeMapping.h | 24 _(TypeFlag::ANY, AnyType) \
|
H A D | globalTypesHolder.cpp | 104 globalTypes_[static_cast<size_t>(GlobalTypeId::ANY)] = allocator->New<AnyType>(); in AddTSSpecificTypes() 129 globalTypes_[static_cast<size_t>(GlobalTypeId::RESOLVING_RETURN_TYPE)] = allocator->New<AnyType>(); in AddTSSpecificTypes() 130 globalTypes_[static_cast<size_t>(GlobalTypeId::ERROR_TYPE)] = allocator->New<AnyType>(); in AddTSSpecificTypes()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
H A D | pgo_profiler_type.h | 135 static int32_t AnyType() in AnyType() function in panda::ecmascript::pgo::PGOSampleTemplate 213 oldType = oldType & static_cast<uint32_t>(AnyType()); in CombineType() 329 return Type(type & static_cast<uint32_t>(AnyType())); in GetPrimitiveType()
|