Home
last modified time | relevance | path

Searched defs:newType (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp105 …MIRType *newType = GlobalTables::GetTypeTable().GetOrCreatePointerType(pointedType, GetLoweredPtrT… in BeGetOrCreatePointerType() local
116 MIRType *newType = GlobalTables::GetTypeTable().GetOrCreateFunctionType(tyIdx, vecTy, vecAt); in BeGetOrCreateFunctionType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h436 IntVal Trunc(PrimType newType) const in Trunc()
443 IntVal Extend(PrimType newType) const in Extend()
450 IntVal TruncOrExtend(PrimType newType) const in TruncOrExtend()
516 inline IntVal Min(const IntVal &a, const IntVal &b, PrimType newType) in Min()
530 inline IntVal Max(const IntVal &a, const IntVal &b, PrimType newType) in Max()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dphi_type_resolving.cpp114 auto newType = AnyBaseTypeToDataType(anyType_); in PropagateTypeToPhi() local
/arkcompiler/ets_runtime/common_components/heap/space/
Dfrom_space.h77 …ryDeleteFromRegion(RegionDesc* del, RegionDesc::RegionType oldType, RegionDesc::RegionType newType) in TryDeleteFromRegion()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DIRInference.ts652 const newType = TypeInference.inferBaseType(fieldName, arkClass); constant
657 const newType = TypeInference.inferUnclearedType(propertyType, arkClass); constant
775 … const newType = TypeInference.inferUnclearedType(gTypes[i], arkMethod.getDeclaringArkClass()); constant
DTypeInference.ts799 const newType = this.inferUnclearedType(mayType, arkClass); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DBodyBuilder.ts216 … const newType = this.inferUnclearReferenceTypeWithTypeAlias(local.getType(), typeAliases); constant
235 … const newType = this.inferUnclearReferenceTypeWithTypeAlias(optionTypes[i], typeAliases); constant
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_list.h42 …ol TryDeleteRegion(RegionDesc* del, RegionDesc::RegionType oldType, RegionDesc::RegionType newType) in TryDeleteRegion()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp216 auto newType = in TraverseUnionMember() local
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h196 TrackType newType = TrackType::TAGGED; in UpdateTrackType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h339 MIRType *newType = oldType.CopyMIRTypeNode(); in CreateType() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DExpr.ts867 …const newType = TypeInference.inferUnclearedType(this.checkType, arkMethod.getDeclaringArkClass()); constant
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h203 static int32_t CombineType(int32_t curType, int32_t newType) in CombineType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp734 PrimType newType = originType; in ICmp() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts4755 const newType = Autofixer.createNewTypeFromVoid(node.type); constant
4845 const newType = ts.factory.createUnionTypeNode(updatedTypes); constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1945 void NumberSpeculativeRetype::UpdateMeta(GateRef gate, TypeInfo newType, const GateMetaData *meta) in UpdateMeta()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp202 auto *newType = capturedVar->TsType()->Substitute(checker->Relation(), substitution); in CreateLambdaCalleeParameters() local