Searched refs:m_records (Results 1 – 2 of 2) sorted by relevance
472 for (AllocationRecord &record : m_records) { in GetRunnableInfo()616 m_parent.m_records.push_back(AllocationRecord( in allocateCodeSection()632 m_parent.CommitOneAllocation(process_sp, err, m_parent.m_records.back()); in allocateCodeSection()649 m_parent.m_records.push_back(AllocationRecord( in allocateDataSection()663 m_parent.CommitOneAllocation(process_sp, err, m_parent.m_records.back()); in allocateDataSection()998 for (AllocationRecord &record : m_records) { in GetRemoteAddressForLocal()1025 for (AllocationRecord &record : m_records) { in GetRemoteRangeForLocal()1085 for (AllocationRecord &record : m_records) { in CommitAllocations()1094 for (AllocationRecord &record : m_records) { in CommitAllocations()1108 for (AllocationRecord &record : m_records) { in ReportAllocations()[all …]
364 RecordVector m_records; variable