Home
last modified time | relevance | path

Searched refs:m_records (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMutationObserver.cpp76 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()
DMutationObserver.h107 MutationRecordVector m_records; variable
/external/lldb/source/Expression/
DIRExecutionUnit.cpp447 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 …]
/external/lldb/include/lldb/Expression/
DIRExecutionUnit.h477 RecordVector m_records; variable