Home
last modified time | relevance | path

Searched defs:fieldType (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DArkFieldBuilder.ts104 const fieldType = buildGenericType(tsNode2Type(member.type, sourceFile, field), field); constant
138 const fieldType = mthd.getReturnType(); constant
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_field.h58 void SetFieldType(EtsTypeAPIType *fieldType) in SetFieldType()
/arkcompiler/ets_frontend/merge_abc/protos/
Dmeta.proto47 Type fieldType = 2; field
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_field_processor.cpp64 uint32_t fieldType = fieldDataAccessor_->GetType(); in FillFieldType() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp523 void ClassDefinition::AddFieldType(FieldType &fieldType, const Expression *typeAnnotation, in AddFieldType()
561 …efinition::AddFieldTypeForTypeReference(const TSTypeReference *typeReference, FieldType &fieldType, in AddFieldTypeForTypeReference()
655 FieldType fieldType = FieldType::NONE; in CreateFieldTypeBuffer() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DvalidateHelpers.cpp219 … std::string_view fieldType = variable->Declaration()->IsConstDecl() ? "constant" : "readonly"; in ValidateUnaryOperatorOperand() local
DtypeCheckingHelpers.cpp708 auto *fieldType = GuaranteedTypeForUncheckedPropertyAccess(fieldVar); in GuaranteedTypeForUnionFieldAccess() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropS2DObjectLiteralsCheck.ts254 const fieldType = field.getType(); constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfaceObjectLiteralLowering.cpp76 auto *fieldType = ifaceMethod->Function()->Signature()->ReturnType(); in CreateAnonClassField() local
99 auto *fieldType = ifaceMethod->Function()->Signature()->ReturnType(); in CreateAnonClassFieldGetterSetter() local
DunionLowering.cpp141 auto fieldType = expr->TsType(); in CreateNamedAccessProperty() local
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h342 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType()
347 inline void SetDictSharedFieldType(SharedFieldType fieldType) in SetDictSharedFieldType()
Djs_object.h117 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType()
/arkcompiler/ets_frontend/merge_abc/src/
DmetaProto.cpp83 auto &fieldType = Type::Deserialize(protoMeta.fieldtype(), allocator); in Deserialize() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp207 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local
634 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local
802 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local
978 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp217 …sTypeAPIField *CreateField(const EtsClass *sourceClass, EtsField *field, EtsTypeAPIType *fieldType, in CreateField()
322 EtsTypeAPIField *TypeAPIGetField(EtsClass *cls, EtsLong fieldPtr, EtsTypeAPIType *fieldType, EtsTyp… in TypeAPIGetField()
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1863 Type fieldType = GetFieldType(); in CheckFieldAccess() local
2089 Type fieldType = GetFieldType(); in ProcessStoreField() local
2263 Type fieldType = GetFieldType(); variable
2611 Type fieldType = GetFieldType(); in ProcessStoreFieldByName() local
2645 Type fieldType = GetFieldType(); in ProcessStobjObjByName() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DTypeInference.ts736 const fieldType = this.inferUnclearRefName(fieldName, arkClass); constant
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlNumberFormat.cpp81 FieldSpan(int32_t fieldType, int32_t startIndex, int32_t endIndex) in FieldSpan()
174 …static void AddSegment(std::vector<FieldSpan> &segments, int32_t fieldType, int32_t start, int32_t… in AddSegment()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h341 auto fieldType = ark::panda_file::Type::GetTypeFromFieldEncoding(fda.GetType()); in EnumerateCDAFields() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp730 void FileReader::SetFieldValue(FieldItem *fieldItem, Type fieldType, FieldDataAccessor &fieldAcc) in SetFieldValue()
778 Type fieldType = Type::GetTypeFromFieldEncoding(fieldAcc.GetType()); in CreateFieldItem() local
875 Type fieldType = Type::GetTypeFromFieldEncoding(fieldAcc.GetType()); in CreateForeignFieldItem() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp662 bool ClassHelper::MatchFieldType(SharedFieldType fieldType, JSTaggedValue value) in MatchFieldType()
698 CString ClassHelper::StaticFieldTypeToString(uint32_t fieldType) in StaticFieldTypeToString()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp242 &numSfields](Type fieldType) { in GetClassSize()
1525 auto fieldType = panda_file::Type::GetTypeFromFieldEncoding(fieldDataAccessor.GetType()); in GetFieldBySignature() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp861 auto fieldType = DataType::INT32; in CreatePhi() local
1664 auto fieldType = graph_->GetRuntime()->GetFieldType(field); in InitializeObject() local
/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp825 ark::panda_file::PrimitiveTypeItem *fieldType = in TEST() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp1051 PropertyType fieldType, PropertyProcesser const &func) in UpdateTypeProperty()

12