Searched refs:IndexedAI (Results 1 – 2 of 2) sorted by relevance
385 const IndexedAllocationInfo &IndexedAI, in AllocationInfo()387 for (const FrameId &Id : IndexedAI.CallStack) { in AllocationInfo()390 Info = IndexedAI.Info; in AllocationInfo()482 for (const IndexedAllocationInfo &IndexedAI : Record.AllocSites) { in MemProfRecord() local483 AllocSites.emplace_back(IndexedAI, IdToFrameCallback); in MemProfRecord()
346 for (const IndexedAllocationInfo &IndexedAI : AllocSites) { in toMemProfRecord() local348 AI.Info = IndexedAI.Info; in toMemProfRecord()349 AI.CallStack = Callback(IndexedAI.CSId); in toMemProfRecord()