| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/ |
| D | ArkFieldBuilder.ts | 104 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/ |
| D | ets_typeapi_field.h | 58 void SetFieldType(EtsTypeAPIType *fieldType) in SetFieldType()
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | meta.proto | 47 Type fieldType = 2; field
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc_field_processor.cpp | 64 uint32_t fieldType = fieldDataAccessor_->GetType(); in FillFieldType() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 523 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/ |
| D | validateHelpers.cpp | 219 … std::string_view fieldType = variable->Declaration()->IsConstDecl() ? "constant" : "readonly"; in ValidateUnaryOperatorOperand() local
|
| D | typeCheckingHelpers.cpp | 708 auto *fieldType = GuaranteedTypeForUncheckedPropertyAccess(fieldVar); in GuaranteedTypeForUnionFieldAccess() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/ |
| D | InteropS2DObjectLiteralsCheck.ts | 254 const fieldType = field.getType(); constant
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfaceObjectLiteralLowering.cpp | 76 auto *fieldType = ifaceMethod->Function()->Signature()->ReturnType(); in CreateAnonClassField() local 99 auto *fieldType = ifaceMethod->Function()->Signature()->ReturnType(); in CreateAnonClassFieldGetterSetter() local
|
| D | unionLowering.cpp | 141 auto fieldType = expr->TsType(); in CreateNamedAccessProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | property_attributes.h | 342 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType() 347 inline void SetDictSharedFieldType(SharedFieldType fieldType) in SetDictSharedFieldType()
|
| D | js_object.h | 117 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType()
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | metaProto.cpp | 83 auto &fieldType = Type::Deserialize(protoMeta.fieldtype(), allocator); in Deserialize() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 207 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/ |
| D | std_core_Type.cpp | 217 …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/ |
| D | abs_int_inl.h | 1863 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/ |
| D | TypeInference.ts | 736 const fieldType = this.inferUnclearRefName(fieldName, arkClass); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlNumberFormat.cpp | 81 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/ |
| D | runtime_adapter_static.h | 341 auto fieldType = ark::panda_file::Type::GetTypeFromFieldEncoding(fda.GetType()); in EnumerateCDAFields() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_reader.cpp | 730 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/ |
| D | class_info_extractor.cpp | 662 bool ClassHelper::MatchFieldType(SharedFieldType fieldType, JSTaggedValue value) in MatchFieldType() 698 CString ClassHelper::StaticFieldTypeToString(uint32_t fieldType) in StaticFieldTypeToString()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 242 &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/ |
| D | escape.cpp | 861 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/ |
| D | linker_test.cpp | 825 ark::panda_file::PrimitiveTypeItem *fieldType = in TEST() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 1051 PropertyType fieldType, PropertyProcesser const &func) in UpdateTypeProperty()
|