Searched refs:indexHeader (Results 1 – 3 of 3) sorted by relevance
109 panda_file::File::IndexHeader *indexHeader = GetIndexHeader(); in GetEntityId() local110 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetEntityId()117 panda_file::File::IndexHeader *indexHeader = GetIndexHeader(); in GetMethodIndexByEntityId() local118 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetMethodIndexByEntityId()128 inline void SetIndexHeader(const panda_file::File::IndexHeader *indexHeader) in SetIndexHeader() argument130 Barriers::SetPrimitive(GetData(), GetIndexHeaderOffset(), indexHeader); in SetIndexHeader()
230 … panda_file::File::EntityId> GetMethodIndex(const panda_file::File::IndexHeader *indexHeader) const in GetMethodIndex() argument232 return pf_->GetMethodIndex(indexHeader); in GetMethodIndex()
235 JSTaggedType indexHeader = JSTaggedValue(index).GetRawData(); in WriteToFile() local236 writer.write(reinterpret_cast<char *>(&indexHeader), headerSize); in WriteToFile()