Lines Matching refs:IndexedAllocationInfo
26 static size_t serializedSizeV0(const IndexedAllocationInfo &IAI, in serializedSizeV0()
38 static size_t serializedSizeV2(const IndexedAllocationInfo &IAI, in serializedSizeV2()
48 static size_t serializedSizeV3(const IndexedAllocationInfo &IAI, in serializedSizeV3()
58 size_t IndexedAllocationInfo::serializedSize(const MemProfSchema &Schema, in serializedSize()
76 for (const IndexedAllocationInfo &N : Record.AllocSites) in serializedSizeV0()
93 for (const IndexedAllocationInfo &N : Record.AllocSites) in serializedSizeV2()
107 for (const IndexedAllocationInfo &N : Record.AllocSites) in serializedSizeV3()
138 for (const IndexedAllocationInfo &N : Record.AllocSites) { in serializeV0()
161 for (const IndexedAllocationInfo &N : Record.AllocSites) { in serializeV2()
181 for (const IndexedAllocationInfo &N : Record.AllocSites) { in serializeV3()
224 IndexedAllocationInfo Node; in deserializeV0()
269 IndexedAllocationInfo Node; in deserializeV2()
300 IndexedAllocationInfo Node; in deserializeV3()
346 for (const IndexedAllocationInfo &IndexedAI : AllocSites) { in toMemProfRecord()