Lines Matching refs:AllocationRecord
471 for (AllocationRecord &record : m_records) { in GetRunnableInfo()
615 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()
648 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()
997 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal()
1024 for (AllocationRecord &record : m_records) { in GetRemoteRangeForLocal()
1039 AllocationRecord &record) { in CommitOneAllocation()
1084 for (AllocationRecord &record : m_records) { in CommitAllocations()
1093 for (AllocationRecord &record : m_records) { in CommitAllocations()
1107 for (AllocationRecord &record : m_records) { in ReportAllocations()
1124 for (AllocationRecord &record : m_records) { in WriteData()
1136 void IRExecutionUnit::AllocationRecord::dump(Log *log) { in dump()
1165 for (AllocationRecord &record : m_records) { in PopulateSectionList()