| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.h | 92 const CString &recordName, GlobalTSTypeRef gt) in GetAndStoreImportGT() 100 const GlobalTSTypeRef >) in SetTSType() 127 inline uint32_t DecodePrarIndex(GlobalTSTypeRef gt) in DecodePrarIndex() 133 inline bool IsGenericsParaType(GlobalTSTypeRef gt) const in IsGenericsParaType()
|
| D | ts_manager.h | 220 …inline GlobalTSTypeRef PUBLIC_API GetPropType(GlobalTSTypeRef gt, JSTaggedValue propertyName) const in GetPropType() 231 GlobalTSTypeRef gt = gateType.GetGTRef(); in CreateClassInstanceType() local 239 GlobalTSTypeRef gt = gateType.GetGTRef(); in GetClassType() local 263 GlobalTSTypeRef gt = GlobalTSTypeRef(gateType.GetGTRef()); in GetIteratorInstanceElementGt() local 275 inline GlobalTSTypeRef PUBLIC_API GetSuperPropType(GlobalTSTypeRef gt, in GetSuperPropType() 307 GlobalTSTypeRef gt = gateType.GetGTRef(); in GetFuncReturnValueTypeGT() local 319 GlobalTSTypeRef gt = gateType.GetGTRef(); in GetArrayParameterTypeGT() local 388 GlobalTSTypeRef gt = gateType.GetGTRef(); in IsUserDefinedClassTypeKind() local 392 inline bool IsUserDefinedClassTypeKind(const GlobalTSTypeRef >) const in IsUserDefinedClassTypeKind() 495 inline bool HasOffsetFromGT(GlobalTSTypeRef gt) const in HasOffsetFromGT() [all …]
|
| D | ts_manager.cpp | 230 GlobalTSTypeRef TSManager::GetPropType(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> propertyName) co… in GetPropType() 309 GlobalTSTypeRef TSManager::GetSuperPropType(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> propertyNam… in GetSuperPropType() 323 GlobalTSTypeRef TSManager::GetSuperPropType(GlobalTSTypeRef gt, const uint64_t key, PropertyType pr… in GetSuperPropType() 335 GlobalTSTypeRef TSManager::GetPropType(GlobalTSTypeRef gt, const uint64_t key) const in GetPropType() 357 GlobalTSTypeRef TSManager::GetUnionTypeByIndex(GlobalTSTypeRef gt, int index) const in GetUnionTypeByIndex() 474 GlobalTSTypeRef gt = GlobalTSTypeRef(tableId, newITable->GetNumberOfTypes()); in AddTSTypeToTypeTable() local 553 GlobalTSTypeRef gt = type.GetGTRef(); in GetFuncName() local 583 GlobalTSTypeRef TSManager::GetFuncParameterTypeGT(GlobalTSTypeRef gt, int index) const in GetFuncParameterTypeGT() 687 void TSManager::SetFuncMethodOffset(GlobalTSTypeRef gt, uint32_t methodIndex) in SetFuncMethodOffset() 705 GlobalTSTypeRef TSManager::CreateClassInstanceType(GlobalTSTypeRef gt) in CreateClassInstanceType() [all …]
|
| D | ts_type_parser.cpp | 105 GlobalTSTypeRef gt = GetAndStoreGT(jsPandaFile, typeId, recordName, moduleId, localId); in ParseType() local 440 auto gt = CreateGT(jsPandaFile, recordName, literalValue); in FillPropTypes() local 458 auto gt = CreateGT(jsPandaFile, recordName, literalValue); in FillInterfaceMethodTypes() local 545 GlobalTSTypeRef gt = CreateGT(jsPandaFile, recordName, typeId); in GenerateExportTableFromRecord() local 612 auto gt = GetExportGTByName(target, starTable, jsPandaFile, star, markSet); in IterateStarExport() local 629 auto gt = tsManager_->AddTSTypeToGenericsTable(JSHandle<TSType>(type)); in ParseGenericsType() local 644 auto gt = CreateGT(jsPandaFile, recordName, literalValue); in ParseGenericsInstanceType() local 720 auto gt = genericsType->GetGT(); in CopyClassName() local 766 GlobalTSTypeRef TSTypeParser::TryReplaceTypePara(GlobalTSTypeRef gt, const std::vector<GlobalTSType… in TryReplaceTypePara() 817 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()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_recorder.cpp | 53 GlobalTSTypeRef gt = typeParser.CreateGT(jsPandaFile, recordName, typeId); in LoadTypes() local 77 GlobalTSTypeRef gt = typeParser.CreateGT(jsPandaFile, recordName, pair.second); in LoadTypes() local 88 void TypeRecorder::CollectLiteralGT(TSManager *tsManager, TypeLocation &loc, GlobalTSTypeRef gt) in CollectLiteralGT() 183 GlobalTSTypeRef gt = typeParser.CreatePGOGT(TSTypeParser::PGOInfo { in CreateTypesForPGO() local 216 auto gt = tsManager->GetFuncThisGT(funcGT); in TryGetThisType() local
|
| D | object_access_helper.cpp | 99 GlobalTSTypeRef gt(components->Get(i).GetInt()); in ComputePolymorphism() local
|
| D | ts_hclass_generator.cpp | 26 for (const auto > : collectedGT) { in GenerateTSHClasses() local 141 GlobalTSTypeRef gt = classType->GetGT(); in Generate() local 317 GlobalTSTypeRef gt(static_cast<uint32_t>(typeId.GetNumber())); in CreateCHClass() local
|
| D | ts_inline_lowering.h | 54 explicit CallGateInfo(GateRef call, CallKind kind, GlobalTSTypeRef gt, uint32_t type) in CallGateInfo()
|
| D | ts_inline_lowering.cpp | 87 GlobalTSTypeRef gt = info.GetFuncGT(); in TryInline() local 584 GlobalTSTypeRef gt = funcType.GetGTRef(); in IsRecursiveFunc() local 635 GlobalTSTypeRef gt = GetAccessorFuncGT(receiver, constData); in CandidateAccessor() local 648 GlobalTSTypeRef gt = funcType.GetGTRef(); in CandidateNormalCall() local
|
| D | type.h | 28 explicit GateType(GlobalTSTypeRef gt) : type_(0) in GateType()
|
| D | gate_accessor.cpp | 749 void GateAccessor::SetGateType(GateRef gate, GateType gt) in SetGateType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.cpp | 55 GlobalTSTypeRef gt = type.GetGTRef(); in Merge() local 151 GlobalTSTypeRef gt(components->Get(i).GetInt()); in CollectGateType() local
|
| D | method_type_infer.cpp | 1152 const GlobalTSTypeRef gt = GlobalTSTypeRef(gateType.Value()); in ConvertPrimitiveToBuiltin() local 1218 GlobalTSTypeRef gt = TryGetNamespaceType(obj); in SetAndReturnNamespaceObjType() local 1343 GlobalTSTypeRef gt = type.GetGTRef(); in PrintByteCodesWithTypes() local 1461 GlobalTSTypeRef gt = type.GetGTRef(); in CollectGateTypeLogInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dump.cpp | 3184 GlobalTSTypeRef gt = GetGT(); in Dump() local 3211 GlobalTSTypeRef gt = GetGT(); in Dump() local 3269 GlobalTSTypeRef gt = GetGT(); in Dump() local 3307 GlobalTSTypeRef gt = GetGT(); in Dump() local 3330 GlobalTSTypeRef gt = GetGT(); in Dump() local 3350 GlobalTSTypeRef gt = GetGT(); in Dump() local 3395 GlobalTSTypeRef gt = GetGT(); in Dump() local 3407 GlobalTSTypeRef gt = GetGT(); in Dump() local 3433 GlobalTSTypeRef gt = GetGT(); in Dump() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_test.cpp | 515 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
|