Home
last modified time | relevance | path

Searched defs:field (Results 51 - 75 of 98) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlocalClassLowering.cpp45 auto *field = in CreateCapturedField() local
H A DunionLowering.cpp91 auto *field = in CreateUnionFieldClassProperty() local
H A DenumLowering.cpp258 auto *field = checker_->AllocNode<ir::ClassProperty>(fieldIdent, nullptr, intTypeAnnotation, in CreateOrdinalField() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.cpp348 auto *field = in CreateClassProperty() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_entrypoints.cpp164 auto *field = klass->LookupFieldByName(rawField->GetName()); in LookupFieldByNameEntrypoint() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dunit_test.h306 void RegisterFieldType(PandaRuntimeInterface::FieldPtr field, DataType::Type type) in RegisterFieldType() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
H A Dinterpreter-inl.h112 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 Dstd_core_Type.cpp200 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 Descompat_RegExp.cpp68 EtsField *field = cls->GetDeclaredFieldIDByName(name); in GetFieldObjectByName() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_class.cpp488 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 Dets_class.h125 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 Druntime_interface.h89 auto *field = classLinker->GetField(caller, resolvedId); in ResolveField() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Descape_analysis.cpp103 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 Ddynamic.cpp375 auto *field = AllocNode<ir::ClassProperty>( in CreateStaticReadonlyField() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h705 IrConstructor &ObjField(RuntimeInterface::FieldPtr field) in ObjField() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddump.cpp168 ArenaString FieldToString(RuntimeInterface *runtime, ObjectType type, RuntimeInterface::FieldPtr field, in FieldToString() argument
H A Dir_constructor.h834 IrConstructor &ObjField(RuntimeInterface::FieldPtr field) in ObjField() argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp162 auto field = runtime->ResolveLookUpField(rawField, klassPtr); in TryInsertFieldInst() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp1175 auto field = inst->CastToLoadStatic()->GetObjField(); in ConstFoldingLoadStatic() local
H A Dreserve_string_builder_buffer.cpp128 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 Dets_class_wrapper.cpp376 Field *field = wfield.GetField(); in UpdatePropsWithBaseClasses() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dclass_linker_test.cpp372 size_t GetSize(const Field &field) in GetSize() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp338 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 DETSparserClasses.cpp422 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 Djs_displaynames.cpp356 UDateTimePatternField field = StringToUDateTimePatternField(datetimeCode.c_str()); in CanonicalCodeForDisplayNames() local

Completed in 27 milliseconds

1234