Searched refs:m_records (Results 1 – 4 of 4) sorted by relevance
76 if (!m_records.isEmpty()) in ~MutationObserver()148 records.swap(m_records); in takeRecords()155 m_records.clear(); in disconnect()208 m_records.append(mutation); in enqueueMutationRecord()246 if (m_records.isEmpty()) in deliver()250 records.swap(m_records); in deliver()290 visitor->trace(m_records); in trace()
107 MutationRecordVector m_records; variable
447 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateStub()476 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateSpace()499 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateCodeSection()524 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateDataSection()546 m_parent.m_records.push_back(AllocationRecord((uintptr_t)return_value, in allocateGlobal()571 for (AllocationRecord &record : m_records) in GetRemoteAddressForLocal()602 for (AllocationRecord &record : m_records) in GetRemoteRangeForLocal()624 for (AllocationRecord &record : m_records) in CommitAllocations()645 for (AllocationRecord &record : m_records) in CommitAllocations()661 for (AllocationRecord &record : m_records) in ReportAllocations()[all …]
477 RecordVector m_records; variable