Searched refs:GetGTRef (Results 1 – 14 of 14) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | type.h | 133 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
|
D | object_access_helper.cpp | 25 TSTypeKind kind = tsManager_->GetTypeKind(type_.GetGTRef()); in Compute() 95 JSHandle<TSUnionType> unionType(tsManager_->GetTSType(type_.GetGTRef())); in ComputePolymorphism()
|
D | ts_inline_lowering.cpp | 584 GlobalTSTypeRef gt = funcType.GetGTRef(); in IsRecursiveFunc() 621 GlobalTSTypeRef classInstanceGT = receiverType.GetGTRef(); in GetAccessorFuncGT() 648 GlobalTSTypeRef gt = funcType.GetGTRef(); in CandidateNormalCall()
|
D | gate.cpp | 708 GlobalTSTypeRef r = gateType.GetGTRef(); in GateTypeStr()
|
D | ts_hcr_lowering.cpp | 1262 GlobalTSTypeRef funcGt = funcType.GetGTRef(); in LowerTypedCall() 1420 GlobalTSTypeRef funcGt = funcType.GetGTRef(); in LowerTypedThisCall()
|
D | bytecode_circuit_builder.cpp | 1463 auto oldGt = gateAcc_.GetGateType(defAcc).GetGTRef(); in BuildCircuit()
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | pgo_type_infer.cpp | 55 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()
|
D | initialization_analysis.cpp | 84 auto receiverGT = receiverType.GetGTRef(); in CollectInitializationType() 88 if (!CheckIsThisObject(receiver) && receiverGT != classType_.GetGTRef()) { in CollectInitializationType() 101 typeAccessor.UpdateNonStaticProp(propKey, valueType.GetGTRef()); in CollectInitializationType()
|
D | method_type_infer.cpp | 384 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/ |
D | ts_type_accessor.cpp | 59 GlobalTSTypeRef indeGT = kungfu::GateType::IntType().GetGTRef(); in UpdateForEachCBPara() 61 GlobalTSTypeRef targetGT = targetType.GetGTRef(); in UpdateForEachCBPara() 66 elementGT = kungfu::GateType::NumberType().GetGTRef(); in UpdateForEachCBPara()
|
D | ts_manager.h | 231 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()
|
D | ts_manager.cpp | 67 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 …]
|
D | ts_type_table_generator.cpp | 115 …obalTSTypeRef> propType { GlobalTSTypeRef::Default(), kungfu::GateType::BooleanType().GetGTRef() }; in InitRuntimeTypeTable()
|
D | ts_type.cpp | 84 GlobalTSTypeRef notExistPropGt = kungfu::GateType::UndefinedType().GetGTRef(); in GetSuperPropTypeGT()
|