| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | localClassLowering.cpp | 45 auto *field = in CreateCapturedField() local
|
| H A D | unionLowering.cpp | 91 auto *field = in CreateUnionFieldClassProperty() local
|
| H A D | enumLowering.cpp | 258 auto *field = checker_->AllocNode<ir::ClassProperty>(fieldIdent, nullptr, intTypeAnnotation, in CreateOrdinalField() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | helpers.cpp | 348 auto *field = in CreateClassProperty() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_entrypoints.cpp | 164 auto *field = klass->LookupFieldByName(rawField->GetName()); in LookupFieldByNameEntrypoint() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | unit_test.h | 306 void RegisterFieldType(PandaRuntimeInterface::FieldPtr field, DataType::Type type) in RegisterFieldType() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/ |
| H A D | interpreter-inl.h | 112 auto field = klass->LookupFieldByName(rawField->GetName()); in LookupFieldByName() local 208 auto field = LookupFieldByName<panda_file::Type::TypeId::I32, true>(klass, rawField); in HandleEtsLdobjName() local 250 auto field = LookupFieldByName<panda_file::Type::TypeId::I64, true>(klass, rawField); HandleEtsLdobjNameWide() local 292 auto field = LookupFieldByName<panda_file::Type::TypeId::REFERENCE, true>(klass, rawField); HandleEtsLdobjNameObj() local 336 auto field = LookupFieldByName<panda_file::Type::TypeId::I32, false>(klass, rawField); HandleEtsStobjName() local 378 auto field = LookupFieldByName<panda_file::Type::TypeId::I64, false>(klass, rawField); HandleEtsStobjNameWide() local 420 auto field = LookupFieldByName<panda_file::Type::TypeId::REFERENCE, false>(klass, rawField); HandleEtsStobjNameObj() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_Type.cpp | 200 EtsTypeAPIField *CreateField(EtsField *field, EtsClass *type) in CreateField() argument 247 EtsField *field = type->GetFieldByIndex(idx); TypeAPIGetField() local 257 EtsField *field = type->GetOwnFieldByIndex(idx); TypeAPIGetOwnField() local 288 auto field = ownerType->GetFieldIDByName(fnamePtr.GetPtr()->GetMutf8().c_str()); TypeAPIGetStaticFieldValue() local 323 auto field = ownerType->GetFieldIDByName(fnamePtr.GetPtr()->GetMutf8().c_str()); TypeAPISetStaticFieldValue() local [all...] |
| H A D | escompat_RegExp.cpp | 68 EtsField *field = cls->GetDeclaredFieldIDByName(name); in GetFieldObjectByName() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_class.cpp | 488 auto *field = reinterpret_cast<EtsField *>(GetRuntimeClass()->GetInstanceFieldByName(u8name)); in GetFieldIDByName() local 515 auto *field = reinterpret_cast<EtsField *>(GetRuntimeClass()->GetStaticFieldByName(u8name)); in GetStaticFieldIDByName() local [all...] |
| H A D | ets_class.h | 125 T GetStaticFieldPrimitive(EtsField *field) in GetStaticFieldPrimitive() argument 140 void SetStaticFieldPrimitive(EtsField *field, T value) in SetStaticFieldPrimitive() argument
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | runtime_interface.h | 89 auto *field = classLinker->GetField(caller, resolvedId); in ResolveField() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | escape_analysis.cpp | 103 FieldLocation field = fieldValue.first; in MergeState() local 166 SetFieldValue(FieldLocation field, GateRef value) SetFieldValue() argument 188 SetFieldValue(FieldLocation field, GateRef gate) SetFieldValue() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | dynamic.cpp | 375 auto *field = AllocNode<ir::ClassProperty>( in CreateStaticReadonlyField() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | ir_constructor.h | 705 IrConstructor &ObjField(RuntimeInterface::FieldPtr field) in ObjField() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | dump.cpp | 168 ArenaString FieldToString(RuntimeInterface *runtime, ObjectType type, RuntimeInterface::FieldPtr field, in FieldToString() argument
|
| H A D | ir_constructor.h | 834 IrConstructor &ObjField(RuntimeInterface::FieldPtr field) in ObjField() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| H A D | ets_intrinsics_peephole.cpp | 162 auto field = runtime->ResolveLookUpField(rawField, klassPtr); in TryInsertFieldInst() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | const_folding.cpp | 1175 auto field = inst->CastToLoadStatic()->GetObjField(); in ConstFoldingLoadStatic() local
|
| H A D | reserve_string_builder_buffer.cpp | 128 auto field = storeObject->GetObjField(); in IsFieldStringBuilderBuffer() local 136 auto field = storeObject->GetObjField(); in IsFieldStringBuilderIndex() local 280 auto field = runtime->GetFieldStringBuilderBuffer(klass); in StoreStringBuilderBufferField() local 293 auto field = runtime->GetFieldStringBuilderIndex(klass); in StoreStringBuilderIndexField() local 304 auto field = runtime->GetFieldStringBuilderLength(klass); StoreStringBuilderLengthField() local 315 auto field = runtime->GetFieldStringBuilderCompress(klass); StoreStringBuilderIsCompressedField() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| H A D | ets_class_wrapper.cpp | 376 Field *field = wfield.GetField(); in UpdatePropsWithBaseClasses() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | class_linker_test.cpp | 372 size_t GetSize(const Field &field) in GetSize() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSemitter.cpp | 338 void ETSEmitter::GenClassField(const ir::ClassProperty *field, pandasm::Record &classRecord, bool external) in GenClassField() argument 346 auto field = pandasm::Field(Program()->lang); in GenField() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparserClasses.cpp | 422 auto *field = AllocNode<ir::ClassProperty>(fieldName, initializer, typeAnnotation, modifiers, Allocator(), false); in ParseClassFieldDefinition() local 852 auto *field = AllocNode<ir::ClassProperty>(name, nullptr, typeAnnotation->Clone(Allocator(), nullptr), in ParseInterfaceField() local 947 auto *field in ParseTypeLiteralOrInterfaceMember() local 961 auto *field = ParseInterfaceField(); ParseTypeLiteralOrInterfaceMember() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_displaynames.cpp | 356 UDateTimePatternField field = StringToUDateTimePatternField(datetimeCode.c_str()); in CanonicalCodeForDisplayNames() local
|