Home
last modified time | relevance | path

Searched defs:fieldId (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/static_core/libpandafile/
Dfield_data_accessor-inl.h29 inline File::EntityId FieldDataAccessor::GetTypeId(const File &pandaFile, File::EntityId fieldId) in GetTypeId()
37 inline File::EntityId FieldDataAccessor::GetNameId(const File &pandaFile, File::EntityId fieldId) in GetNameId()
Dfield_data_accessor.cpp23 FieldDataAccessor::FieldDataAccessor(const File &pandaFile, File::EntityId fieldId) in FieldDataAccessor()
Dfile_reader.h169 inline BaseItem *CreateGenericFieldItem(BaseClassItem *classItem, File::EntityId fieldId) in CreateGenericFieldItem()
Dmethod_data_accessor-inl.h357 … std::array<const char *, SIZE> elemNameTable, uint32_t fieldId) in NumAnnonationProcess()
374 inline uint32_t MethodDataAccessor::GetNumericalAnnotation(uint32_t fieldId) in GetNumericalAnnotation()
Dfile_reader.cpp311 const File::EntityId fieldId {scalar.Get<uint32_t>()}; in SetElemValueItem() local
406 const File::EntityId fieldId {array.Get<uint32_t>(j)}; in SetElemValueItem() local
760 FieldItem *FileReader::CreateFieldItem(ClassItem *cls, File::EntityId fieldId) in CreateFieldItem()
857 ForeignFieldItem *FileReader::CreateForeignFieldItem(BaseClassItem *fcls, File::EntityId fieldId) in CreateForeignFieldItem()
1019 for (auto fieldId : fieldIndex) { in ReadRegionHeaders() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp65 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildLdObjByName() local
169 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildStObjByName() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_const.h593 MIRConst *GetAggConstElement(unsigned int fieldId) in GetAggConstElement()
603 void SetFieldIdOfElement(uint32 index, uint32 fieldId) in SetFieldIdOfElement()
643 void SetItem(uint32 index, MIRConst *mirConst, uint32 fieldId) in SetItem()
650 void AddItem(MIRConst *mirConst, uint32 fieldId) in AddItem()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfaceObjectLiteralLowering.cpp64 auto *fieldId = checker->AllocNode<ir::Identifier>(fieldName.View(), nullptr, allocator); in CreateAnonClassField() local
106 auto *fieldId = checker->AllocNode<ir::Identifier>(fieldName.View(), nullptr, allocator); in CreateAnonClassFieldGetterSetter() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp108 RuntimeInterface::FieldPtr rawField, size_t fieldId) in TryInsertFieldInst()
187 auto fieldId = intrinsic->GetImm(0); in PeepholeLdObjByName() local
209 auto fieldId = intrinsic->GetImm(0); in PeepholeStObjByName() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h176 size_t GetClassIdForField([[maybe_unused]] MethodPtr method, size_t fieldId) const override in GetClassIdForField()
343 auto fieldId = panda_file::File::EntityId(); in IsFieldVolatile() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp236 const auto fieldId = adapter.ResolveFieldIndex(storeToStatic, 0U); in TEST() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h673 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildLoadObject() local
720 … RuntimeInterface::FieldPtr field, uint32_t fieldId, Inst **resolveInst) in BuildStoreObjectInst()
761 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildStoreObject() local
843 auto fieldId = GetRuntime()->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildLoadStatic() local
905 auto fieldId = GetRuntime()->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildStoreStatic() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp85 auto fieldId = inst->GetTypeId(); in VisitLoadObject() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp159 void Disassembler::GetETSMetadata(pandasm::Field *field, const panda_file::File::EntityId &fieldId) in GetETSMetadata()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp608 extern "C" uintptr_t GetStaticFieldAddressEntrypoint(Method *method, uint32_t fieldId) in GetStaticFieldAddressEntrypoint()
622 extern "C" void UnresolvedStoreStaticBarrieredEntrypoint(Method *method, uint32_t fieldId, ObjectHe… in UnresolvedStoreStaticBarrieredEntrypoint()
668 extern "C" uintptr_t GetUnknownStaticFieldMemoryAddressEntrypoint(Method *method, uint32_t fieldId,… in GetUnknownStaticFieldMemoryAddressEntrypoint()
688 extern "C" size_t GetFieldOffsetEntrypoint(Method *method, uint32_t fieldId) in GetFieldOffsetEntrypoint()
1280 …d *GetFieldByIdEntrypoint([[maybe_unused]] ManagedThread *thread, Method *caller, uint32_t fieldId, in GetFieldByIdEntrypoint()
1293 …rn "C" Field *GetStaticFieldByIdEntrypoint(ManagedThread *thread, Method *caller, uint32_t fieldId, in GetStaticFieldByIdEntrypoint()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp218 FieldOffset LMIRBuilder::GetFieldOffset(StructType *structType, FieldId fieldId) in GetFieldOffset()
653 Stmt &LMIRBuilder::Dassign(Expr src, Var &var, FieldId fieldId) in Dassign()
658 Stmt &LMIRBuilder::Iassign(Expr src, Expr addr, Type *baseType, FieldId fieldId) in Iassign()
686 Expr LMIRBuilder::Iread(Type *type, Expr addr, Type *baseType, FieldId fieldId) in Iread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp394 auto fieldId = dread.GetFieldID(); in ReplaceExprWithConst() local
431 MIRConst *Simplify::GetElementConstFromFieldId(FieldID fieldId, MIRConst *mirConst) in GetElementConstFromFieldId()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp443 auto *fieldId = AllocNode<ir::Identifier>(import->AssemblerName(), Allocator()); in ClassInitializerFromImport() local
642 auto *fieldId = AllocNode<ir::Identifier>("jsvalue_lambda", Allocator()); in CreateLambdaObjectClassInitializer() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp851 panda_file::File::EntityId fieldId, in FindPropertyWatch()
864 …bugger::RemovePropertyWatch(panda_file::File::EntityId classId, panda_file::File::EntityId fieldId, in RemovePropertyWatch()
Ddebugger.h95 PropertyWatch(panda_file::File::EntityId classId, panda_file::File::EntityId fieldId, Type type) in PropertyWatch()
/arkcompiler/ets_runtime/ecmascript/
Djs_list_format.cpp294 int32_t fieldId = cfpo.getField(); in FormatListToArray() local
Djs_relative_time_format.cpp410 int32_t fieldId = cfpo.getField(); in FormatToArray() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h235 size_t GetClassIdForField(MethodPtr method, size_t fieldId) const override in GetClassIdForField()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp184 int32_t fieldId = 0; // UNUM_INTEGER_FIELD in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp196 EtsField *ToInternalType(ets_field fieldId) in ToInternalType()
201 ets_field ToEtsNapiType(EtsField *fieldId) in ToEtsNapiType()
248 static inline EtsNapiType GetPrimitiveTypeField(EtsEnv *env, ets_object obj, ets_field fieldId) in GetPrimitiveTypeField()
261 static inline void SetPrimitiveTypeField(EtsEnv *env, ets_object obj, ets_field fieldId, EtsNapiTyp… in SetPrimitiveTypeField()
274 static inline EtsNapiType GetPrimitiveTypeStaticField(EtsEnv *env, ets_field fieldId) in GetPrimitiveTypeStaticField()
286 static inline void SetPrimitiveTypeStaticField(EtsEnv *env, ets_field fieldId, EtsNapiType value) in SetPrimitiveTypeStaticField()

12