Searched defs:_bufferEnd (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp68 static entry *_bufferEnd; member in class:libunwind::DwarfFDECache
82 DwarfFDECache<A>::_bufferEnd = &_initialBuffer[64]; member in class:libunwind::DwarfFDECache
115 if (_bufferUsed >= _bufferEnd) {
116 size_t oldSize = (size_t)(_bufferEnd - _buffer);
125 _bufferEnd = &newBuffer[newSize];

Completed in 53 milliseconds