Home
last modified time | relevance | path

Searched refs:GetGTRef (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h133 GlobalTSTypeRef r = GetGTRef(); in IsAnyType()
141 GlobalTSTypeRef r = GetGTRef(); in IsNumberType()
151 GlobalTSTypeRef r = GetGTRef(); in IsIntType()
159 GlobalTSTypeRef r = GetGTRef(); in IsDoubleType()
167 GlobalTSTypeRef r = GetGTRef(); in IsStringType()
175 GlobalTSTypeRef r = GetGTRef(); in IsNullType()
183 GlobalTSTypeRef r = GetGTRef(); in IsUndefinedType()
191 GlobalTSTypeRef r = GetGTRef(); in IsBooleanType()
199 GlobalTSTypeRef r = GetGTRef(); in IsBigIntType()
250 GlobalTSTypeRef GetGTRef() const in GetGTRef() function
Dobject_access_helper.cpp25 TSTypeKind kind = tsManager_->GetTypeKind(type_.GetGTRef()); in Compute()
95 JSHandle<TSUnionType> unionType(tsManager_->GetTSType(type_.GetGTRef())); in ComputePolymorphism()
Dts_inline_lowering.cpp584 GlobalTSTypeRef gt = funcType.GetGTRef(); in IsRecursiveFunc()
621 GlobalTSTypeRef classInstanceGT = receiverType.GetGTRef(); in GetAccessorFuncGT()
648 GlobalTSTypeRef gt = funcType.GetGTRef(); in CandidateNormalCall()
Dgate.cpp708 GlobalTSTypeRef r = gateType.GetGTRef(); in GateTypeStr()
Dts_hcr_lowering.cpp1262 GlobalTSTypeRef funcGt = funcType.GetGTRef(); in LowerTypedCall()
1420 GlobalTSTypeRef funcGt = funcType.GetGTRef(); in LowerTypedThisCall()
Dbytecode_circuit_builder.cpp1463 auto oldGt = gateAcc_.GetGateType(defAcc).GetGTRef(); in BuildCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp55 GlobalTSTypeRef gt = type.GetGTRef(); in Merge()
123 GlobalTSTypeRef instanceGT = type.GetGTRef(); in CheckAndInsert()
147 JSHandle<TSUnionType> unionType(tsManager_->GetTSType(tsType.GetGTRef())); in CollectGateType()
244 … + "moduleId: " + std::to_string(value.tsType.GetGTRef().GetModuleId()) + ", " in Print()
245 … + "localId: " + std::to_string(value.tsType.GetGTRef().GetLocalId()) + "], "; in Print()
249 + "moduleId: " + std::to_string(pgoType.GetGTRef().GetModuleId()) + ", " in Print()
250 + "localId: " + std::to_string(pgoType.GetGTRef().GetLocalId()) + "], "; in Print()
255 + "moduleId: " + std::to_string(type.GetGTRef().GetModuleId()) + ", " in Print()
256 + "localId: " + std::to_string(type.GetGTRef().GetLocalId()) + "]"; in Print()
Dinitialization_analysis.cpp84 auto receiverGT = receiverType.GetGTRef(); in CollectInitializationType()
88 if (!CheckIsThisObject(receiver) && receiverGT != classType_.GetGTRef()) { in CollectInitializationType()
101 typeAccessor.UpdateNonStaticProp(propKey, valueType.GetGTRef()); in CollectInitializationType()
Dmethod_type_infer.cpp384 numberTypeSet.insert(valueInType.GetGTRef()); in InferPhiGate()
386 typeList.emplace_back(valueInType.GetGTRef()); in InferPhiGate()
396 typeList.emplace_back(GateType::NumberType().GetGTRef()); in InferPhiGate()
750 typeAccessor.UpdateStaticProp(propKey, valueType.GetGTRef()); in InferStObjByName()
967 bool isStatic = tsManager_->IsStaticFunc(funcType.GetGTRef()); in GetSuperProp()
970 …tsManager_->GetSuperPropType(classType.GetGTRef(), tsManager_->GetStringFromConstantPool(index), p… in GetSuperProp()
971 tsManager_->GetSuperPropType(classType.GetGTRef(), index, propType); in GetSuperProp()
1040 tsManager_->AddTypeToModuleVarGtMap(jsPandaFile, recordName_, index, defineType.GetGTRef()); in InferStModuleVar()
1343 GlobalTSTypeRef gt = type.GetGTRef(); in PrintByteCodesWithTypes()
1461 GlobalTSTypeRef gt = type.GetGTRef(); in CollectGateTypeLogInfo()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.cpp59 GlobalTSTypeRef indeGT = kungfu::GateType::IntType().GetGTRef(); in UpdateForEachCBPara()
61 GlobalTSTypeRef targetGT = targetType.GetGTRef(); in UpdateForEachCBPara()
66 elementGT = kungfu::GateType::NumberType().GetGTRef(); in UpdateForEachCBPara()
Dts_manager.h231 GlobalTSTypeRef gt = gateType.GetGTRef(); in CreateClassInstanceType()
239 GlobalTSTypeRef gt = gateType.GetGTRef(); in GetClassType()
263 GlobalTSTypeRef gt = GlobalTSTypeRef(gateType.GetGTRef()); in GetIteratorInstanceElementGt()
307 GlobalTSTypeRef gt = gateType.GetGTRef(); in GetFuncReturnValueTypeGT()
319 GlobalTSTypeRef gt = gateType.GetGTRef(); in GetArrayParameterTypeGT()
388 GlobalTSTypeRef gt = gateType.GetGTRef(); in IsUserDefinedClassTypeKind()
439 GlobalTSTypeRef gt = gateType.GetGTRef(); \
459 return gateType.GetGTRef().IsBuiltinModule() && IsClassTypeKind(gateType); in IsBuiltinObjectType()
Dts_manager.cpp67 GlobalTSTypeRef objectGT = gateType.GetGTRef(); in GetHClassIndexByObjectType()
77 GlobalTSTypeRef instanceGT = gateType.GetGTRef(); in GetHClassIndexByInstanceGateType()
88 GlobalTSTypeRef classGT = gateType.GetGTRef(); in GetHClassIndexByClassGateType()
98 GlobalTSTypeRef classGT = gateType.GetGTRef(); in GetConstructorHClassIndexByClassGateType()
292 JSHandle<JSTaggedValue> type = GetTSType(gateType.GetGTRef()); in GetSuperGateType()
553 GlobalTSTypeRef gt = type.GetGTRef(); in GetFuncName()
781 GlobalTSTypeRef classGT = gateType.GetGTRef(); in GetTSHClass()
827 auto classGT = GetClassType(gateType.GetGTRef()); in IsBuiltinInstanceType()
1139 GlobalTSTypeRef gt = gateType.GetGTRef(); in GetTypeStr()
1491 JSHandle<JSTaggedValue> type = GetTSType(gateType.GetGTRef()); in TryNarrowUnionType()
[all …]
Dts_type_table_generator.cpp115 …obalTSTypeRef> propType { GlobalTSTypeRef::Default(), kungfu::GateType::BooleanType().GetGTRef() }; in InitRuntimeTypeTable()
Dts_type.cpp84 GlobalTSTypeRef notExistPropGt = kungfu::GateType::UndefinedType().GetGTRef(); in GetSuperPropTypeGT()