Home
last modified time | relevance | path

Searched refs:AnyType (Results 1 - 25 of 40) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DanyType.cpp19 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 DanyType.h22 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 DanyType.cpp20 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 DanyType.h23 class AnyType : public Type { class
25 AnyType() : Type(TypeFlag::ANY) {} in AnyType() function in panda::es2panda::checker::AnyType
H A DglobalTypesHolder.cpp43 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 DtypeMapping.h23 _(TypeFlag::ANY, AnyType) \
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dmeta_data_equal_test.cpp143 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 Dtyped_array_lowering_test.cpp54 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 Dcombined_pass_visitor_test.cpp63 {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 Dmcr_circuit_builder.cpp263 { 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 Doperations_stub_builder.cpp254 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 Dhcr_circuit_builder.cpp364 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 Dasync_function_lowering.cpp101 GateType::AnyType()); in RebuildGeneratorCfg()
112 GateType::AnyType()); in RebuildGeneratorCfg()
145 GateType::AnyType()); in RebuildGeneratorCfg()
H A Dlcr_circuit_builder.cpp41 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 Dnumber_speculative_retype.h119 GateRef VisitOthers(GateRef gate, GateType outputType = GateType::AnyType());
120 GateRef VisitOthersWithoutConvert(GateRef gate, GateType outputType = GateType::AnyType());
H A Dtype.h46 V(ANY, AnyType) \
175 static GateType AnyType() in AnyType() function in panda::ecmascript::kungfu::GateType
H A Dnumber_speculative_retype.cpp385 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 Dmcr_circuit_builder.h555 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 Dts_inline_lowering.cpp361 { 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 Dbytecode_circuit_builder.h557 GateType::AnyType()); in GetCurrentConstpool()
559 {sharedConstPool}, GateType::AnyType()); in GetCurrentConstpool()
H A Dloop_peeling.cpp84 MachineType::I64, inList.size(), inList.data(), GateType::AnyType()); in CopySelector()
H A Dcircuit_builder.cpp480 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 DtypeMapping.h24 _(TypeFlag::ANY, AnyType) \
H A DglobalTypesHolder.cpp104 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 Dpgo_profiler_type.h135 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()

Completed in 30 milliseconds

12