Home
last modified time | relevance | path

Searched refs:EntityPairHeader (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_file.h95 return aotData_.SubSpan<const ark::panda_file::EntityPairHeader>( in GetClassHashTable()
247 ark::Span<const ark::panda_file::EntityPairHeader> GetClassHashTable() const in GetClassHashTable()
255 ark::Span<const ark::panda_file::EntityPairHeader> classHashTable_;
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Daot_builder.h158 size_t conflictNum, std::vector<panda_file::EntityPairHeader> &entityPairs);
176 std::vector<panda_file::EntityPairHeader> entityPairHeaders_;
H A Daot_builder.cpp95 (entityPairHeaders_.size() - classHashTablesSize_.back()) * sizeof(panda_file::EntityPairHeader); in EndFile()
133 size_t classHashTablesSize = entityPairHeaders_.size() * sizeof(panda_file::EntityPairHeader); in FillHeader()
195 aotSection->AppendData(entityPairHeaders_.data(), entityPairHeaders_.size() * sizeof(panda_file::EntityPairHeader)); in PrepareElfBuilder()
308 std::vector<panda_file::EntityPairHeader> entityPairs; in AddClassHashTable()
339 std::vector<panda_file::EntityPairHeader> &entityPairs) in ResolveConflictClassHashTable()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.h40 * EntityPairHeader Describes pair for hash value of class's descriptor and its entity id offset,
43 struct EntityPairHeader { struct
353 Span<const ark::panda_file::EntityPairHeader> GetClassHashTable() const in GetClassHashTable()
378 void SetClassHashTable(ark::Span<const ark::panda_file::EntityPairHeader> classHashTable) const in SetClassHashTable()
397 mutable ark::Span<const ark::panda_file::EntityPairHeader> classHashTable_;
/arkcompiler/runtime_core/libpandafile/
H A Dfile.h45 * EntityPairHeader Describes pair for hash value of class's descriptor and its entity id offset,
48 struct EntityPairHeader { struct
412 Span<const panda::panda_file::EntityPairHeader> GetClassHashTable() const in GetClassHashTable()
428 void SetClassHashTable(panda::Span<const panda::panda_file::EntityPairHeader> class_hash_table) const in SetClassHashTable()
468 mutable panda::Span<const panda::panda_file::EntityPairHeader> class_hash_table_;

Completed in 4 milliseconds