Home | History | Annotate | Download | only in Unwind

Lines Matching refs:_bufferEnd

68   static entry *_bufferEnd;
82 DwarfFDECache<A>::_bufferEnd = &_initialBuffer[64];
115 if (_bufferUsed >= _bufferEnd) {
116 size_t oldSize = (size_t)(_bufferEnd - _buffer);
125 _bufferEnd = &newBuffer[newSize];