Home
last modified time | relevance | path

Searched refs:GetFieldIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/fielddataaccessor_fuzzer/
Dfielddataaccessor_fuzzer.cpp32 const auto &fields = panda_file.GetFieldIndex(&header); in FieldDataAccessorFuzzTest()
/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h69 inline uint32_t GetFieldIndex(File::EntityId id) const in GetFieldIndex() function
109 uint32_t index = GetFieldIndex(id); in GetFieldFromCache()
123 uint32_t index = GetFieldIndex(id); in SetFieldCache()
Dfile.h263 Span<const EntityId> GetFieldIndex(const IndexHeader *index_header) const in GetFieldIndex() function
276 Span<const EntityId> GetFieldIndex(EntityId id) const in GetFieldIndex() function
279 return GetFieldIndex(index_header); in GetFieldIndex()
338 auto index = GetFieldIndex(id); in ResolveFieldIndex()
Dfile_reader.cpp1009 auto field_index = file_->GetFieldIndex(&header); in ReadIndexHeaders()