Home
last modified time | relevance | path

Searched refs:oldType (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h190 TrackType oldType = GetTrackType(); in UpdateTrackType() local
191 if (oldType == TrackType::TAGGED) { in UpdateTrackType()
197 newType = static_cast<TrackType>(static_cast<uint8_t>(TrackType::INT) | static_cast<uint8_t>(oldType)); in UpdateTrackType()
199 newType = static_cast<TrackType>(static_cast<uint8_t>(TrackType::DOUBLE) | static_cast<uint8_t>(oldType)); in UpdateTrackType()
202 if (oldType != newType) { in UpdateTrackType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
H A Dpgo_type_infer.cpp161 GateType oldType = acc_.GetGateType(propKey); in TrySetPropKeyKind() local
162 if (oldType.IsAnyType() && IsMonoNumberType(*pgoRwTypes)) { in TrySetPropKeyKind()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DboxingForLocals.cpp125 auto *oldType = oldVar->TsType(); in HandleFunctionParam() local
134 initId->SetTsType(oldType); in HandleFunctionParam()
137 auto *boxedType = checker->GlobalBuiltinBoxType(oldType); in HandleFunctionParam()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h212 auto oldType = static_cast<uint32_t>(std::get<Type>(type_)); in CombineType() local
213 oldType = oldType & static_cast<uint32_t>(AnyType()); in CombineType()
215 Type(oldType | static_cast<uint32_t>(std::get<Type>(type.type_))); in CombineType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dglobal_tables.h337 MIRType *CreateType(const MIRType &oldType)
339 MIRType *newType = oldType.CopyMIRTypeNode();
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_retype.cpp453 TypeInfo oldType = GetOutputTypeInfo(gate); in VisitIntermediateValue() local
455 return oldType == valueInfo ? Circuit::NullGate() : gate; in VisitIntermediateValue()
1641 TypeInfo oldType = GetOutputTypeInfo(gate); in VisitTypeConvert() local
1644 return oldType == inputInfo ? Circuit::NullGate() : gate; in VisitTypeConvert()
1649 TypeInfo oldType = GetOutputTypeInfo(gate); in VisitTypeConvert() local
1651 return oldType == inputInfo ? Circuit::NullGate() : gate; in VisitTypeConvert()

Completed in 9 milliseconds