Searched refs:indexHeader (Results 1 – 3 of 3) sorted by relevance
123 panda_file::File::IndexHeader *indexHeader = GetIndexHeader(); in GetEntityId() local124 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetEntityId()131 panda_file::File::IndexHeader *indexHeader = GetIndexHeader(); in GetMethodIndexByEntityId() local132 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetMethodIndexByEntityId()142 inline void SetIndexHeader(const panda_file::File::IndexHeader *indexHeader) in SetIndexHeader() argument144 Barriers::SetPrimitive(GetData(), GetIndexHeaderOffset(), indexHeader); in SetIndexHeader()
275 … panda_file::File::EntityId> GetMethodIndex(const panda_file::File::IndexHeader *indexHeader) const in GetMethodIndex() argument277 return pf_->GetMethodIndex(indexHeader); in GetMethodIndex()
238 JSTaggedType indexHeader = JSTaggedValue(index).GetRawData(); in WriteToFile() local239 writer.write(reinterpret_cast<char *>(&indexHeader), headerSize); in WriteToFile()