Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/protos/
Dmeta.proto47 Type fieldType = 2; field
/arkcompiler/runtime_core/static_core/abc2program/
Dabc_field_processor.cpp63 uint32_t fieldType = fieldDataAccessor_->GetType(); in FillFieldType() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp518 void ClassDefinition::AddFieldType(FieldType &fieldType, const Expression *typeAnnotation, in AddFieldType()
556 …efinition::AddFieldTypeForTypeReference(const TSTypeReference *typeReference, FieldType &fieldType, in AddFieldTypeForTypeReference()
650 FieldType fieldType = FieldType::NONE; in CreateFieldTypeBuffer() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DvalidateHelpers.cpp279 … std::string_view fieldType = variable->Declaration()->IsConstDecl() ? "constant" : "readonly"; in ValidateUnaryOperatorOperand() local
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h343 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType()
348 inline void SetDictSharedFieldType(SharedFieldType fieldType) in SetDictSharedFieldType()
Djs_object.h114 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp206 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local
633 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local
801 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local
977 PrimitiveTypeItem *fieldType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::I32); in TEST() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp73 checker::Type *fieldType, in CreateUnionFieldClassProperty()
DinterfaceObjectLiteralLowering.cpp52 auto *fieldType = ifaceMethod->Function()->Signature()->ReturnType(); in CreateAnonClassField() local
/arkcompiler/ets_frontend/merge_abc/src/
DmetaProto.cpp83 auto &fieldType = Type::Deserialize(protoMeta.fieldtype(), allocator); in Deserialize() local
/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
2719 Type fieldType; in CheckFieldAccessByName() local
2851 Type fieldType = GetFieldType(); in ProcessStoreFieldByName() local
2885 Type fieldType = GetFieldType(); in ProcessStobjObjByName() local
/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.cpp726 void FileReader::SetFieldValue(FieldItem *fieldItem, Type fieldType, FieldDataAccessor &fieldAcc) in SetFieldValue()
774 Type fieldType = Type::GetTypeFromFieldEncoding(fieldAcc.GetType()); in CreateFieldItem() local
871 Type fieldType = Type::GetTypeFromFieldEncoding(fieldAcc.GetType()); in CreateForeignFieldItem() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp652 bool ClassHelper::MatchFieldType(SharedFieldType fieldType, JSTaggedValue value) in MatchFieldType()
688 CString ClassHelper::StaticFieldTypeToString(uint32_t fieldType) in StaticFieldTypeToString()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp242 &numSfields](Type fieldType) { in GetClassSize()
1499 auto fieldType = panda_file::Type::GetTypeFromFieldEncoding(fieldDataAccessor.GetType()); in GetFieldBySignature() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp937 auto fieldType = DataType::INT32; in CreatePhi() local
1730 auto fieldType = graph_->GetRuntime()->GetFieldType(field); in InitializeObject() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.cpp976 PropertyType fieldType, PropertyProcesser const &func) in UpdateTypeProperty()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp595 uint32_t fieldType = fieldAccessor.GetType(); in GetField() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2537 …GateRef fieldType = isDicMode ? GetDictSharedFieldTypeInPropAttr(attr) : GetSharedFieldTypeInPropA… in SharedObjectStoreBarrierWithTypeCheck() local
2560 …ubBuilder::SharedObjectStoreBarrierWithTypeCheck(Variable *result, GateRef glue, GateRef fieldType, in SharedObjectStoreBarrierWithTypeCheck()
Dstub_builder.cpp148 GateRef glue, GateRef fieldType, GateRef value, Label *executeSetProp, Label *typeMismatch) in MatchFieldType()