Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp71 static entry *_bufferEnd; member in libunwind::DwarfFDECache
85 DwarfFDECache<A>::_bufferEnd = &_initialBuffer[64]; member in libunwind::DwarfFDECache<A>
118 if (_bufferUsed >= _bufferEnd) { in add()
119 size_t oldSize = (size_t)(_bufferEnd - _buffer); in add()
128 _bufferEnd = &newBuffer[newSize]; in add()