Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp60 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildLdObjByName() local
125 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildStObjByName() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp99 RuntimeInterface::FieldPtr rawField, size_t fieldId) in TryInsertFieldInst()
177 auto fieldId = intrinsic->GetImm(0); in PeepholeLdObjByName() local
201 auto fieldId = intrinsic->GetImm(0); in PeepholeStObjByName() local
/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.h162 inline BaseItem *CreateGenericFieldItem(BaseClassItem *classItem, File::EntityId fieldId) in CreateGenericFieldItem()
Dfile_reader.cpp313 const File::EntityId fieldId {scalar.Get<uint32_t>()}; in CreateAnnotationItem() local
502 const File::EntityId fieldId {array.Get<uint32_t>(j)}; in CreateAnnotationItem() local
769 FieldItem *FileReader::CreateFieldItem(ClassItem *cls, File::EntityId fieldId) in CreateFieldItem()
897 ForeignFieldItem *FileReader::CreateForeignFieldItem(BaseClassItem *fcls, File::EntityId fieldId) in CreateForeignFieldItem()
1061 for (auto fieldId : fieldIndex) { in ReadRegionHeaders() local
Dmethod_data_accessor-inl.h354 inline uint32_t MethodDataAccessor::GetNumericalAnnotation(uint32_t fieldId) in GetNumericalAnnotation()
/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/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h176 size_t GetClassIdForField([[maybe_unused]] MethodPtr method, size_t fieldId) const override in GetClassIdForField()
337 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/analysis/
Dobject_type_propagation.cpp83 auto fieldId = inst->GetTypeId(); in VisitLoadObject() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp597 extern "C" uintptr_t GetStaticFieldAddressEntrypoint(Method *method, uint32_t fieldId) in GetStaticFieldAddressEntrypoint()
611 extern "C" void UnresolvedStoreStaticBarrieredEntrypoint(Method *method, uint32_t fieldId, ObjectHe… in UnresolvedStoreStaticBarrieredEntrypoint()
657 extern "C" uintptr_t GetUnknownStaticFieldMemoryAddressEntrypoint(Method *method, uint32_t fieldId,… in GetUnknownStaticFieldMemoryAddressEntrypoint()
677 extern "C" size_t GetFieldOffsetEntrypoint(Method *method, uint32_t fieldId) in GetFieldOffsetEntrypoint()
1254 …d *GetFieldByIdEntrypoint([[maybe_unused]] ManagedThread *thread, Method *caller, uint32_t fieldId, in GetFieldByIdEntrypoint()
1267 …rn "C" Field *GetStaticFieldByIdEntrypoint(ManagedThread *thread, Method *caller, uint32_t fieldId, in GetStaticFieldByIdEntrypoint()
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp158 void Disassembler::GetETSMetadata(pandasm::Field *field, const panda_file::File::EntityId &fieldId) in GetETSMetadata()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp215 FieldOffset LMIRBuilder::GetFieldOffset(StructType *structType, FieldId fieldId) in GetFieldOffset()
625 Stmt &LMIRBuilder::Dassign(Expr src, Var &var, FieldId fieldId) in Dassign()
630 Stmt &LMIRBuilder::Iassign(Expr src, Expr addr, Type *baseType, FieldId fieldId) in Iassign()
648 Expr LMIRBuilder::Iread(Type *type, Expr addr, Type *baseType, FieldId fieldId) in Iread()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h687 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildLoadObject() local
732 … RuntimeInterface::FieldPtr field, size_t fieldId, Inst **resolveInst) in BuildStoreObjectInst()
771 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildStoreObject() local
855 auto fieldId = GetRuntime()->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildLoadStatic() local
915 auto fieldId = GetRuntime()->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildStoreStatic() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp412 auto *fieldId = AllocNode<ir::Identifier>(import->AssemblerName(), Allocator()); in CreateDynamicModuleClassInitializer() local
653 auto *fieldId = AllocNode<ir::Identifier>("jsvalue_lambda", Allocator()); in CreateLambdaObjectClassInitializer() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_recorder.cpp49 panda_file::File::EntityId fieldId = methodLiteral->GetMethodId(); in LoadTypes() local
Dbytecode_info_collector.cpp240 void BytecodeInfoCollector::CollectFunctionTypeId(panda_file::File::EntityId fieldId) in CollectFunctionTypeId()
271 panda_file::File::EntityId fieldId = method->GetMethodId(); in IterateLiteral() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp852 panda_file::File::EntityId fieldId, in FindPropertyWatch()
865 …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.cpp304 int32_t fieldId = cfpo.getField(); in FormatListToArray() local
Djs_relative_time_format.cpp413 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/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp494 auto fieldId = dread.GetFieldID(); in ReplaceExprWithConst() local
530 MIRConst *Simplify::GetElementConstFromFieldId(FieldID fieldId, MIRConst *mirConst) in GetElementConstFromFieldId()
736 auto fieldId = preg->fieldID; in ComputeMemEntry() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp218 int32_t fieldId = 0; // UNUM_INTEGER_FIELD in HWTEST_F_L0() local

12