Lines Matching refs:AllocationRecord
470 for (AllocationRecord &record : m_records) { in GetRunnableInfo()
614 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()
647 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()
996 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal()
1023 for (AllocationRecord &record : m_records) { in GetRemoteRangeForLocal()
1038 AllocationRecord &record) { in CommitOneAllocation()
1083 for (AllocationRecord &record : m_records) { in CommitAllocations()
1092 for (AllocationRecord &record : m_records) { in CommitAllocations()
1106 for (AllocationRecord &record : m_records) { in ReportAllocations()
1123 for (AllocationRecord &record : m_records) { in WriteData()
1135 void IRExecutionUnit::AllocationRecord::dump(Log *log) { in dump()
1164 for (AllocationRecord &record : m_records) { in PopulateSectionList()