Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp109 static entry *_bufferEnd; member in libunwind::DwarfFDECache
123 DwarfFDECache<A>::_bufferEnd = &_initialBuffer[64]; member in libunwind::DwarfFDECache<A>
157 if (_bufferUsed >= _bufferEnd) { in add()
158 size_t oldSize = (size_t)(_bufferEnd - _buffer); in add()
167 _bufferEnd = &newBuffer[newSize]; in add()