Home
last modified time | relevance | path

Searched defs:fieldType (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_field_processor.cpp63 uint32_t fieldType = fieldDataAccessor_->GetType(); in FillFieldType() local
/arkcompiler/ets_frontend/merge_abc/src/
H A DmetaProto.cpp83 auto &fieldType = Type::Deserialize(protoMeta.fieldtype(), allocator); in Deserialize() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DvalidateHelpers.cpp262 std::string_view fieldType = variable->Declaration()->IsConstDecl() ? "constant" : "readonly"; in ValidateUnaryOperatorOperand() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DinterfaceObjectLiteralLowering.cpp52 auto *fieldType = ifaceMethod->Function()->Signature()->ReturnType(); in CreateAnonClassField() local
H A DunionLowering.cpp71 CreateUnionFieldClassProperty(checker::ETSChecker *checker, varbinder::VarBinder *varbinder, checker::Type *fieldType, const util::StringView &propName) CreateUnionFieldClassProperty() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h341 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType() argument
346 inline void SetDictSharedFieldType(SharedFieldType fieldType) in SetDictSharedFieldType() argument
H A Djs_object.h114 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType() argument
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A 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/es2panda/ir/base/
H A DclassDefinition.cpp522 void ClassDefinition::AddFieldType(FieldType &fieldType, const Expression *typeAnnotation, in AddFieldType() argument
560 void ClassDefinition::AddFieldTypeForTypeReference(const TSTypeReference *typeReference, FieldType &fieldType, in AddFieldTypeForTypeReference() argument
657 FieldType fieldType = FieldType::NONE; CreateFieldTypeBuffer() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp648 bool ClassHelper::MatchFieldType(SharedFieldType fieldType, JSTaggedValue value) in MatchFieldType() argument
684 CString ClassHelper::StaticFieldTypeToString(uint32_t fieldType) in StaticFieldTypeToString() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_reader.cpp726 void FileReader::SetFieldValue(FieldItem *fieldItem, Type fieldType, FieldDataAccessor &fieldAcc) in SetFieldValue() argument
774 Type fieldType = Type::GetTypeFromFieldEncoding(fieldAcc.GetType()); in CreateFieldItem() local
871 Type fieldType = Type::GetTypeFromFieldEncoding(fieldAcc.GetType()); in CreateForeignFieldItem() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectType.cpp925 UpdateTypeProperty(checker::ETSChecker *checker, varbinder::LocalVariable *const prop, PropertyType fieldType, PropertyProcesser const &func) UpdateTypeProperty() argument
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp585 uint32_t fieldType = fieldAccessor.GetType(); in GetField() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dclass_linker.cpp1495 auto fieldType = panda_file::Type::GetTypeFromFieldEncoding(fieldDataAccessor.GetType()); in GetFieldBySignature() local
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabs_int_inl.h1863 Type fieldType = GetFieldType(); in CheckFieldAccess() local
2089 Type fieldType = GetFieldType(); in ProcessStoreField() local
2263 Type fieldType = GetFieldType(); in ProcessStobjObj() local
2719 Type fieldType; CheckFieldAccessByName() local
2851 Type fieldType = GetFieldType(); ProcessStoreFieldByName() local
2885 Type fieldType = GetFieldType(); ProcessStobjObjByName() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h2379 GateRef fieldType = isDicMode ? GetDictSharedFieldTypeInPropAttr(attr) : GetSharedFieldTypeInPropAttr(attr); in CheckUpdateSharedType() local
2401 GateRef fieldType = isDicMode ? GetDictSharedFieldTypeInPropAttr(attr) : GetSharedFieldTypeInPropAttr(attr); in CheckUpdateSharedType() local
2413 inline void StubBuilder::MatchFieldType(Variable *result, GateRef glue, GateRef fieldType, GateRef value, in MatchFieldType() argument
H A Dstub_builder.cpp149 MatchFieldType( GateRef glue, GateRef fieldType, GateRef value, Label *executeSetProp, Label *typeMismatch) MatchFieldType() argument
[all...]

Completed in 40 milliseconds