| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | meta.proto | 47 Type fieldType = 2; field
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 138 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTyIdx); in ComputeStructTypeSizesAligns() local 260 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTyIdx); in ComputeClassTypeSizesAligns() local 431 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTyIdx); in GenFieldOffsetMap() local 475 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTyIdx); in GenFieldOffsetMap() local 552 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTyIdx); in GetFieldOffset() local
|
| D | lower.cpp | 578 …rer::WriteBitField(const std::pair<int32, int32> &byteBitOffsets, const MIRBitFieldType *fieldType, in WriteBitField() 619 …erer::ReadBitField(const std::pair<int32, int32> &byteBitOffsets, const MIRBitFieldType *fieldType, in ReadBitField()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 522 void ClassDefinition::AddFieldType(FieldType &fieldType, const Expression *typeAnnotation, in AddFieldType() 560 …efinition::AddFieldTypeForTypeReference(const TSTypeReference *typeReference, FieldType &fieldType, in AddFieldTypeForTypeReference() 654 FieldType fieldType = FieldType::NONE; in CreateFieldTypeBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_type.cpp | 1301 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tfap.first); in GetSize() local 1315 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tfap.first); in GetSize() local 1375 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tfap.first); in GetAlignAux() local 1425 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tfap.first); in GetUnadjustedAlign() local 2123 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTyIdx); in GetBitOffsetFromUnionBaseAddr() local 2170 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTyIdx); in GetBitOffsetFromStructBaseAddr() local 2321 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(pair.first); in HasPadding() local 2342 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTyIdx); in HasZeroWidthBitField() local 2352 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldPair.second.first); in GetFieldTypeAlignByFieldPair() local 2367 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTyIdx); in ComputeUnionLayout() local [all …]
|
| D | global_tables.cpp | 322 …ieldToStructType(MIRStructType &structType, const std::string &fieldName, const MIRType &fieldType) in AddFieldToStructType()
|
| D | mir_builder.cpp | 87 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTyIdx); in TraverseToNamedFieldWithType() local 148 MIRType *fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTyIdx); in TraverseToNamedFieldWithTypeAndMatchStyle() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | validateHelpers.cpp | 257 … std::string_view fieldType = variable->Declaration()->IsConstDecl() ? "constant" : "readonly"; in ValidateUnaryOperatorOperand() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | property_attributes.h | 341 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType() 346 inline void SetDictSharedFieldType(SharedFieldType fieldType) in SetDictSharedFieldType()
|
| D | js_object.h | 114 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType()
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 205 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local 630 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local 797 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local 972 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | unionLowering.cpp | 73 checker::Type *fieldType, in CreateUnionFieldClassProperty()
|
| D | interfaceObjectLiteralLowering.cpp | 52 auto *fieldType = ifaceMethod->Function()->Signature()->ReturnType(); in CreateAnonClassField() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | metaProto.cpp | 83 auto &fieldType = Type::Deserialize(protoMeta.fieldtype(), allocator); in Deserialize() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg.cpp | 234 auto fieldType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fieldTypeIdx); in AppendReferenceOffsets64() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 1860 Type fieldType = GetFieldType(); in CheckFieldAccess() local 2086 Type fieldType = GetFieldType(); in ProcessStoreField() local 2260 Type fieldType = GetFieldType(); variable 2716 Type fieldType; in CheckFieldAccessByName() local 2848 Type fieldType = GetFieldType(); in ProcessStoreFieldByName() local 2882 Type fieldType = GetFieldType(); in ProcessStobjObjByName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | simplify.cpp | 243 MIRType *fieldType = structureType->GetFieldType(id); in SplitAggCopy() local 446 auto *fieldType = originAggType.GetFieldType(currFieldId); in GetElementConstFromFieldId() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_reader.cpp | 724 void FileReader::SetFieldValue(FieldItem *fieldItem, Type fieldType, FieldDataAccessor &fieldAcc) in SetFieldValue() 772 Type fieldType = Type::GetTypeFromFieldEncoding(fieldAcc.GetType()); in CreateFieldItem() local 869 Type fieldType = Type::GetTypeFromFieldEncoding(fieldAcc.GetType()); in CreateForeignFieldItem() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 543 StructTypeBuilder &Field(std::string_view fieldName, Type *fieldType) in Field()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 242 &numSfields](Type fieldType) { in GetClassSize() 1495 auto fieldType = panda_file::Type::GetTypeFromFieldEncoding(fieldDataAccessor.GetType()); in GetFieldBySignature() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | escape.cpp | 937 auto fieldType = DataType::INT32; in CreatePhi() local 1731 auto fieldType = graph_->GetRuntime()->GetFieldType(field); in InitializeObject() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsObjectType.cpp | 910 PropertyType fieldType, PropertyProcesser const &func) in UpdateTypeProperty()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 649 bool ClassHelper::MatchFieldType(SharedFieldType fieldType, JSTaggedValue value) in MatchFieldType()
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 585 uint32_t fieldType = fieldAccessor.GetType(); in GetField() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 2345 …GateRef fieldType = isDicMode ? GetDictSharedFieldTypeInPropAttr(attr) : GetSharedFieldTypeInPropA… in CheckUpdateSharedType() local 2367 …GateRef fieldType = isDicMode ? GetDictSharedFieldTypeInPropAttr(attr) : GetSharedFieldTypeInPropA… in CheckUpdateSharedType() local 2379 inline void StubBuilder::MatchFieldType(Variable *result, GateRef glue, GateRef fieldType, GateRef … in MatchFieldType()
|