Home
last modified time | relevance | path

Searched defs:gt (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h92 const CString &recordName, GlobalTSTypeRef gt) in GetAndStoreImportGT()
100 const GlobalTSTypeRef &gt) in SetTSType()
127 inline uint32_t DecodePrarIndex(GlobalTSTypeRef gt) in DecodePrarIndex()
133 inline bool IsGenericsParaType(GlobalTSTypeRef gt) const in IsGenericsParaType()
Dts_manager.h220 …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 &gt) const in IsUserDefinedClassTypeKind()
495 inline bool HasOffsetFromGT(GlobalTSTypeRef gt) const in HasOffsetFromGT()
[all …]
Dts_manager.cpp230 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 …]
Dts_type_parser.cpp105 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 …]
Dts_type_accessor.h67 explicit TSTypeAccessor(TSManager *tsManager, const GlobalTSTypeRef gt) in TSTypeAccessor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp53 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
Dobject_access_helper.cpp99 GlobalTSTypeRef gt(components->Get(i).GetInt()); in ComputePolymorphism() local
Dts_hclass_generator.cpp26 for (const auto &gt : collectedGT) { in GenerateTSHClasses() local
141 GlobalTSTypeRef gt = classType->GetGT(); in Generate() local
317 GlobalTSTypeRef gt(static_cast<uint32_t>(typeId.GetNumber())); in CreateCHClass() local
Dts_inline_lowering.h54 explicit CallGateInfo(GateRef call, CallKind kind, GlobalTSTypeRef gt, uint32_t type) in CallGateInfo()
Dts_inline_lowering.cpp87 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
Dtype.h28 explicit GateType(GlobalTSTypeRef gt) : type_(0) in GateType()
Dgate_accessor.cpp749 void GateAccessor::SetGateType(GateRef gate, GateType gt) in SetGateType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp55 GlobalTSTypeRef gt = type.GetGTRef(); in Merge() local
151 GlobalTSTypeRef gt(components->Get(i).GetInt()); in CollectGateType() local
Dmethod_type_infer.cpp1152 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/
Ddump.cpp3184 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/
Dbuiltins_date_time_format_test.cpp515 time_t gt = mktime(&gtm); in TimeOffset() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …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/
Dcocos_worker_test.js9938 function gt(t) { function
92971 function gt(t) { function