Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
DUnwindCursor.hpp110 static entry *_bufferEnd; member in libunwind::DwarfFDECache
124 DwarfFDECache<A>::_bufferEnd = &_initialBuffer[64]; member in libunwind::DwarfFDECache<A>
158 if (_bufferUsed >= _bufferEnd) { in add()
159 size_t oldSize = (size_t)(_bufferEnd - _buffer); in add()
168 _bufferEnd = &newBuffer[newSize]; in add()