Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h151 …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 &gt) const in IsUserDefinedClassTypeKind()
424 inline bool HasOffsetFromGT(GlobalTSTypeRef gt) const in HasOffsetFromGT()
[all …]
Dts_type_parser.h93 const CString &recordName, GlobalTSTypeRef gt) in GetAndStoreImportGT()
101 const GlobalTSTypeRef &gt) in SetTSType()
128 inline uint32_t DecodePrarIndex(GlobalTSTypeRef gt) in DecodePrarIndex()
134 inline bool IsGenericsParaType(GlobalTSTypeRef gt) const in IsGenericsParaType()
Dts_manager.cpp152 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 …]
Dts_type_parser.cpp110 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 …]
Dts_type_accessor.h67 explicit TSTypeAccessor(TSManager *tsManager, const GlobalTSTypeRef gt) in TSTypeAccessor()
Dts_type_accessor.cpp165 auto gt = GlobalTSTypeRef(layout->GetTypeId(index).GetInt()); in GetAccessorGT() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp56 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
Dts_hclass_generator.cpp29 for (const auto &gt : collectedGT) { in GenerateTSHClasses() local
85 GlobalTSTypeRef gt = classType->GetGT(); in Generate() local
266 GlobalTSTypeRef gt(static_cast<uint32_t>(typeId.GetNumber())); in CreateCHClass() local
Dobject_access_helper.cpp101 GlobalTSTypeRef gt(components->Get(i).GetInt()); in ComputePolymorphism() local
Dtype.h48 explicit GateType(GlobalTSTypeRef gt) : type_(0) in GateType()
Dtype_info_accessors.h491 GlobalTSTypeRef gt = GetAccessorFuncGT(); in IsEnableAccessorInline() local
Dts_inline_lowering.cpp61 GlobalTSTypeRef gt = funcType.GetGTRef(); in GetInlinedMethodId() local
Dgate_accessor.cpp1108 void GateAccessor::SetGateType(GateRef gate, GateType gt) in SetGateType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer_helper.cpp65 GlobalTSTypeRef gt = type.GetGTRef(); in Merge() local
113 GlobalTSTypeRef gt(components->Get(i).GetInt()); in CollectGateType() local
Dmethod_type_infer.cpp1208 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/
Ddump.cpp3351 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/
Dbuiltins_date_time_format_second_test.cpp307 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