| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.h | 151 …inline GlobalTSTypeRef PUBLIC_API GetPropType(GlobalTSTypeRef gt, JSTaggedValue propertyName) const in GetPropType() 162 GlobalTSTypeRef gt = gateType.GetGTRef(); in CreateClassInstanceType() local 170 GlobalTSTypeRef gt = gateType.GetGTRef(); in GetClassType() local 194 GlobalTSTypeRef gt = GlobalTSTypeRef(gateType.GetGTRef()); in GetIteratorInstanceElementGt() local 210 inline GlobalTSTypeRef PUBLIC_API GetSuperPropType(GlobalTSTypeRef gt, in GetSuperPropType() 242 GlobalTSTypeRef gt = gateType.GetGTRef(); in GetFuncReturnValueTypeGT() local 254 GlobalTSTypeRef gt = gateType.GetGTRef(); in GetArrayParameterTypeGT() local 315 GlobalTSTypeRef gt = gateType.GetGTRef(); in IsUserDefinedClassTypeKind() local 319 inline bool IsUserDefinedClassTypeKind(const GlobalTSTypeRef >) const in IsUserDefinedClassTypeKind() 424 inline bool HasOffsetFromGT(GlobalTSTypeRef gt) const in HasOffsetFromGT() [all …]
|
| D | ts_type_parser.h | 93 const CString &recordName, GlobalTSTypeRef gt) in GetAndStoreImportGT() 101 const GlobalTSTypeRef >) in SetTSType() 128 inline uint32_t DecodePrarIndex(GlobalTSTypeRef gt) in DecodePrarIndex() 134 inline bool IsGenericsParaType(GlobalTSTypeRef gt) const in IsGenericsParaType()
|
| D | ts_manager.cpp | 152 GlobalTSTypeRef TSManager::GetPropType(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> propertyName) co… in GetPropType() 221 void TSManager::SetHotnessFunc(GlobalTSTypeRef gt, bool isHotness) const in SetHotnessFunc() 249 GlobalTSTypeRef TSManager::GetSuperPropType(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> propertyNam… in GetSuperPropType() 263 GlobalTSTypeRef TSManager::GetSuperPropType(GlobalTSTypeRef gt, const uint64_t key, PropertyType pr… in GetSuperPropType() 275 GlobalTSTypeRef TSManager::GetPropType(GlobalTSTypeRef gt, const uint64_t key) const in GetPropType() 297 GlobalTSTypeRef TSManager::GetUnionTypeByIndex(GlobalTSTypeRef gt, int index) const in GetUnionTypeByIndex() 414 GlobalTSTypeRef gt = GlobalTSTypeRef(tableId, newITable->GetNumberOfTypes()); in AddTSTypeToTypeTable() local 491 GlobalTSTypeRef gt = type.GetGTRef(); in GetFuncName() local 521 GlobalTSTypeRef TSManager::GetFuncParameterTypeGT(GlobalTSTypeRef gt, int index) const in GetFuncParameterTypeGT() 625 void TSManager::SetFuncMethodOffset(GlobalTSTypeRef gt, uint32_t methodIndex) in SetFuncMethodOffset() [all …]
|
| D | ts_type_parser.cpp | 110 GlobalTSTypeRef gt = GetAndStoreGT(jsPandaFile, typeId, recordName, moduleId, localId); in ParseType() local 449 auto gt = CreateGT(jsPandaFile, recordName, literalValue); in FillPropTypes() local 467 auto gt = CreateGT(jsPandaFile, recordName, literalValue); in FillInterfaceMethodTypes() local 556 GlobalTSTypeRef gt = CreateGT(jsPandaFile, recordName, typeId); in GenerateExportTableFromRecord() local 623 auto gt = GetExportGTByName(target, starTable, jsPandaFile, star, markSet); in IterateStarExport() local 640 auto gt = tsManager_->AddTSTypeToGenericsTable(JSHandle<TSType>(type)); in ParseGenericsType() local 660 auto gt = CreateGT(jsPandaFile, recordName, literalValue); in ParseGenericsInstanceType() local 741 auto gt = genericsType->GetGT(); in CopyClassName() local 787 GlobalTSTypeRef TSTypeParser::TryReplaceTypePara(GlobalTSTypeRef gt, const std::vector<GlobalTSType… in TryReplaceTypePara() 859 GlobalTSTypeRef gt = GetAndStoreGT(info.jsPandaFile, info.pgoType, moduleId, localId); in ParsePGOType() local [all …]
|
| D | ts_type_accessor.h | 67 explicit TSTypeAccessor(TSManager *tsManager, const GlobalTSTypeRef gt) in TSTypeAccessor()
|
| D | ts_type_accessor.cpp | 165 auto gt = GlobalTSTypeRef(layout->GetTypeId(index).GetInt()); in GetAccessorGT() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_recorder.cpp | 56 GlobalTSTypeRef gt = typeParser.CreateGT(jsPandaFile, recordName, typeId); in LoadTypes() local 80 GlobalTSTypeRef gt = typeParser.CreateGT(jsPandaFile, recordName, pair.second); in LoadTypes() local 91 void TypeRecorder::CollectLiteralGT(TSManager *tsManager, TypeLocation &loc, GlobalTSTypeRef gt) in CollectLiteralGT() 202 …GlobalTSTypeRef gt = typeParser.CreatePGOGT(TSTypeParser::PGOInfo { jsPandaFile, recordName, metho… in CreateTypesForPGO() local 224 GlobalTSTypeRef gt = tsManager->GetLiteralGT(loc); in BindPgoTypeToGateType() local 256 auto gt = tsManager->GetFuncThisGT(funcGT); in TryGetThisType() local
|
| D | ts_hclass_generator.cpp | 29 for (const auto > : collectedGT) { in GenerateTSHClasses() local 85 GlobalTSTypeRef gt = classType->GetGT(); in Generate() local 266 GlobalTSTypeRef gt(static_cast<uint32_t>(typeId.GetNumber())); in CreateCHClass() local
|
| D | object_access_helper.cpp | 101 GlobalTSTypeRef gt(components->Get(i).GetInt()); in ComputePolymorphism() local
|
| D | type.h | 48 explicit GateType(GlobalTSTypeRef gt) : type_(0) in GateType()
|
| D | type_info_accessors.h | 491 GlobalTSTypeRef gt = GetAccessorFuncGT(); in IsEnableAccessorInline() local
|
| D | ts_inline_lowering.cpp | 61 GlobalTSTypeRef gt = funcType.GetGTRef(); in GetInlinedMethodId() local
|
| D | gate_accessor.cpp | 1108 void GateAccessor::SetGateType(GateRef gate, GateType gt) in SetGateType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer_helper.cpp | 65 GlobalTSTypeRef gt = type.GetGTRef(); in Merge() local 113 GlobalTSTypeRef gt(components->Get(i).GetInt()); in CollectGateType() local
|
| D | method_type_infer.cpp | 1208 const GlobalTSTypeRef gt = GlobalTSTypeRef(gateType.Value()); in ConvertPrimitiveToBuiltin() local 1274 GlobalTSTypeRef gt = TryGetNamespaceType(obj); in SetAndReturnNamespaceObjType() local 1399 GlobalTSTypeRef gt = type.GetGTRef(); in PrintByteCodesWithTypes() local 1581 GlobalTSTypeRef gt = type.GetGTRef(); in CollectGateTypeLogInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dump.cpp | 3351 GlobalTSTypeRef gt = GetGT(); in Dump() local 3378 GlobalTSTypeRef gt = GetGT(); in Dump() local 3436 GlobalTSTypeRef gt = GetGT(); in Dump() local 3474 GlobalTSTypeRef gt = GetGT(); in Dump() local 3497 GlobalTSTypeRef gt = GetGT(); in Dump() local 3517 GlobalTSTypeRef gt = GetGT(); in Dump() local 3562 GlobalTSTypeRef gt = GetGT(); in Dump() local 3574 GlobalTSTypeRef gt = GetGT(); in Dump() local 3600 GlobalTSTypeRef gt = GetGT(); in Dump() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_second_test.cpp | 307 time_t gt = mktime(>m); in TimeOffset() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ArrayBuffer"===t.call(a).slice(8,-1)?function(e,t,n){t>>>=0;var i=e.byteLength-t;if(i<0)throw new … function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 9938 function gt(t) { function 92971 function gt(t) { function
|