Searched refs:AllocationRecord (Results 1 – 5 of 5) sorted by relevance
342 struct AllocationRecord { struct352 AllocationRecord(uintptr_t host_address, uint32_t permissions, in AllocationRecord() function367 AllocationRecord &record);369 typedef std::vector<AllocationRecord> RecordVector;
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()[all …]
15 message AllocationRecord { message30 repeated AllocationRecord allocation_records = 6;
186 const std::vector<AllocationRecord>& allocations() const { in allocations()286 std::vector<AllocationRecord> allocations_;648 const std::vector<AllocationRecord>& allocations(int64 step) const { in allocations()755 std::vector<AllocationRecord> empty_allocations_;
117 repeated AllocationRecord allocations = 11;