| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc_field_processor.cpp | 63 uint32_t fieldType = fieldDataAccessor_->GetType(); in FillFieldType() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | metaProto.cpp | 83 auto &fieldType = Type::Deserialize(protoMeta.fieldtype(), allocator); in Deserialize() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | validateHelpers.cpp | 262 std::string_view fieldType = variable->Declaration()->IsConstDecl() ? "constant" : "readonly"; in ValidateUnaryOperatorOperand() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | interfaceObjectLiteralLowering.cpp | 52 auto *fieldType = ifaceMethod->Function()->Signature()->ReturnType(); in CreateAnonClassField() local
|
| H A D | unionLowering.cpp | 71 CreateUnionFieldClassProperty(checker::ETSChecker *checker, varbinder::VarBinder *varbinder, checker::Type *fieldType, const util::StringView &propName) CreateUnionFieldClassProperty() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | property_attributes.h | 341 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType() argument 346 inline void SetDictSharedFieldType(SharedFieldType fieldType) in SetDictSharedFieldType() argument
|
| H A D | js_object.h | 114 inline void SetSharedFieldType(SharedFieldType fieldType) in SetSharedFieldType() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| H A D | file_item_container_test.cpp | 206 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 D | classDefinition.cpp | 522 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 D | class_info_extractor.cpp | 648 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 D | file_reader.cpp | 726 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 D | etsObjectType.cpp | 925 UpdateTypeProperty(checker::ETSChecker *checker, varbinder::LocalVariable *const prop, PropertyType fieldType, PropertyProcesser const &func) UpdateTypeProperty() argument
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| H A D | disassembler.cpp | 585 uint32_t fieldType = fieldAccessor.GetType(); in GetField() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | class_linker.cpp | 1495 auto fieldType = panda_file::Type::GetTypeFromFieldEncoding(fieldDataAccessor.GetType()); in GetFieldBySignature() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| H A D | abs_int_inl.h | 1863 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 D | stub_builder-inl.h | 2379 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 D | stub_builder.cpp | 149 MatchFieldType( GateRef glue, GateRef fieldType, GateRef value, Label *executeSetProp, Label *typeMismatch) MatchFieldType() argument [all...] |