Home
last modified time | relevance | path

Searched refs:GetFieldIndex (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dpanda_cache.h69 inline uint32_t GetFieldIndex(File::EntityId id) const in GetFieldIndex() function in panda::panda_file::PandaCache
109 uint32_t index = GetFieldIndex(id); in GetFieldFromCache()
123 uint32_t index = GetFieldIndex(id); in SetFieldCache()
H A Dfile.h269 Span<const EntityId> GetFieldIndex(const IndexHeader *index_header) const in GetFieldIndex() function in panda::panda_file::File
283 Span<const EntityId> GetFieldIndex(EntityId id) const in GetFieldIndex() function in panda::panda_file::File
286 return GetFieldIndex(index_header); in GetFieldIndex()
346 auto index = GetFieldIndex(id); in ResolveFieldIndex()
443 static constexpr const char *GET_FIELD_INDEX = "GetFieldIndex";
H A Dfile_reader.cpp1029 auto field_index = file_->GetFieldIndex(&header); in ReadIndexHeaders()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dpanda_cache.h69 inline uint32_t GetFieldIndex(File::EntityId id) const in GetFieldIndex() function in ark::panda_file::PandaCache
120 uint32_t index = GetFieldIndex(id); in GetFieldFromCache()
138 uint32_t index = GetFieldIndex(id); in SetFieldCache()
H A Dfile.h252 Span<const EntityId> GetFieldIndex(const RegionHeader *regionHeader) const in GetFieldIndex() function in ark::panda_file::File
261 Span<const EntityId> GetFieldIndex(EntityId id) const in GetFieldIndex() function in ark::panda_file::File
265 return GetFieldIndex(regionHeader); in GetFieldIndex()
306 auto index = GetFieldIndex(id); in ResolveFieldIndex()
H A Dfile_reader.cpp1053 auto fieldIndex = file_->GetFieldIndex(&header); in ReadRegionHeaders()
/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/
H A Dfielddataaccessor_fuzzer.cpp32 const auto &fields = panda_file.GetFieldIndex(&header); in FieldDataAccessorFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp492 runtimeClass->SetFieldIndex(pf->GetFieldIndex(classId)); in UpdatePandaFileInClass()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass.h810 Span<const panda_file::File::EntityId> GetFieldIndex() const in GetFieldIndex() function in ark::Class
/arkcompiler/runtime_core/static_core/runtime/
H A Dclass_linker.cpp890 klass->SetFieldIndex(pf.GetFieldIndex(classId)); in LoadClass()

Completed in 13 milliseconds