Lines Matching refs:AllocationRecord
444 for (AllocationRecord &record : m_records) { in GetRunnableInfo()
590 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()
623 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()
1069 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal()
1096 for (AllocationRecord &record : m_records) { in GetRemoteRangeForLocal()
1111 AllocationRecord &record) { in CommitOneAllocation()
1156 for (AllocationRecord &record : m_records) { in CommitAllocations()
1165 for (AllocationRecord &record : m_records) { in CommitAllocations()
1179 for (AllocationRecord &record : m_records) { in ReportAllocations()
1196 for (AllocationRecord &record : m_records) { in WriteData()
1208 void IRExecutionUnit::AllocationRecord::dump(Log *log) { in dump()
1237 for (AllocationRecord &record : m_records) { in PopulateSectionList()