Home | History | Annotate | Download | only in chromium

Lines Matching full:m_lastcommittedentryindex

76     , m_lastCommittedEntryIndex(-1)
91 m_lastCommittedEntryIndex = -1;
112 int index = m_lastCommittedEntryIndex + offset;
143 if (m_lastCommittedEntryIndex == -1)
145 return m_entries[m_lastCommittedEntryIndex].get();
160 return m_lastCommittedEntryIndex;
201 m_lastCommittedEntryIndex = m_pendingEntryIndex;
217 m_lastCommittedEntryIndex = existingEntryIndex;
236 while (m_lastCommittedEntryIndex < (currentSize - 1)) {
243 m_lastCommittedEntryIndex = static_cast<int>(m_entries.size()) - 1;