Home
last modified time | relevance | path

Searched defs:fieldId (Results 1 - 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfield_data_accessor-inl.h29 inline File::EntityId FieldDataAccessor::GetTypeId(const File &pandaFile, File::EntityId fieldId) in GetTypeId() argument
37 inline File::EntityId FieldDataAccessor::GetNameId(const File &pandaFile, File::EntityId fieldId) in GetNameId() argument
H A Dfield_data_accessor.cpp23 FieldDataAccessor::FieldDataAccessor(const File &pandaFile, File::EntityId fieldId) in FieldDataAccessor() argument
H A Dfile_reader.h174 inline BaseItem *CreateGenericFieldItem(BaseClassItem *classItem, File::EntityId fieldId) in CreateGenericFieldItem() argument
H A Dmethod_data_accessor-inl.h373 inline uint32_t MethodDataAccessor::GetNumericalAnnotation(uint32_t fieldId) in GetNumericalAnnotation() argument
355 NumAnnonationProcess(uint32_t &result, File::EntityId &annotationId, std::array<const char *, SIZE> elemNameTable, uint32_t fieldId) NumAnnonationProcess() argument
H A Dfile_reader.cpp762 FieldItem *FileReader::CreateFieldItem(ClassItem *cls, File::EntityId fieldId) in CreateFieldItem() argument
859 CreateForeignFieldItem(BaseClassItem *fcls, File::EntityId fieldId) CreateForeignFieldItem() argument
1019 TryCreateFieldItem(File::EntityId fieldId) TryCreateFieldItem() argument
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.h343 auto fieldId = panda_file::File::EntityId(); variable
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Druntime_adapter_test.cpp236 const auto fieldId = adapter.ResolveFieldIndex(storeToStatic, 0U); in TEST() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dobject_type_propagation.cpp85 auto fieldId = inst->GetTypeId(); in VisitLoadObject() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
H A Dets_inst_builder.cpp66 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildLdObjByName() local
170 auto fieldId = runtime->ResolveFieldIndex(GetMethod(), fieldIndex); in BuildStObjByName() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp159 void Disassembler::GetETSMetadata(pandasm::Field *field, const panda_file::File::EntityId &fieldId) in GetETSMetadata() argument
/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
H A Dabc2program_ets_plugin.cpp163 void AbcFileProcessor::GetETSMetadata(pandasm::Field *field, const panda_file::File::EntityId &fieldId) in GetETSMetadata() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_locale_test.cpp184 int32_t fieldId = 0; // UNUM_INTEGER_FIELD in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.h95 PropertyWatch(panda_file::File::EntityId classId, panda_file::File::EntityId fieldId, Type type) in PropertyWatch() argument
H A Ddebugger.cpp864 bool Debugger::RemovePropertyWatch(panda_file::File::EntityId classId, panda_file::File::EntityId fieldId, in RemovePropertyWatch() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DinterfaceObjectLiteralLowering.cpp64 auto *fieldId = checker->AllocNode<ir::Identifier>(fieldName.View(), nullptr, allocator); in CreateAnonClassField() local
/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc_code_processor.cpp312 void AbcCodeProcessor::CollectExternalFields(const panda_file::File::EntityId &fieldId) in CollectExternalFields() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_lower.cpp56 FieldID fieldId = static_cast<DreadNode *>(condExpr)->GetFieldID(); in LowerCondGotoStmtWithBuiltinExpect() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Ddynamic.cpp425 auto *fieldId = AllocNode<ir::Identifier>(import->AssemblerName(), Allocator()); in ClassInitializerFromImport() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_list_format.cpp295 int32_t fieldId = cfpo.getField(); in FormatListToArray() local
H A Djs_relative_time_format.cpp410 int32_t fieldId = cfpo.getField(); in FormatToArray() local
H A Djs_locale.cpp715 JSHandle<JSTaggedValue> JSLocale::GetNumberFieldType(JSThread *thread, JSTaggedValue x, int32_t fieldId) in GetNumberFieldType() argument
[all...]
H A Djs_number_format.cpp856 int32_t fieldId = cfpo.getField(); in GroupToParts() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_intrinsics_peephole.cpp237 auto fieldId = intrinsic->GetImm(0); in PeepholeLdObjByName() local
259 auto fieldId = intrinsic->GetImm(0); in PeepholeStObjByName() local
157 TryInsertFieldInst(IntrinsicInst *intrinsic, RuntimeInterface::ClassPtr klassPtr, RuntimeInterface::FieldPtr rawField, size_t fieldId) TryInsertFieldInst() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_const.h551 MIRConst *GetAggConstElement(unsigned int fieldId) in GetAggConstElement() argument
561 void SetFieldIdOfElement(uint32 index, uint32 fieldId) in SetFieldIdOfElement() argument
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp967 LOG(DEBUG, DISASSEMBLER) << "[getting metadata]\nfield id: " << fieldId << " (0x" << std::hex << fieldId << ")"; in GetMetaData() local

Completed in 28 milliseconds

12