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

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

Completed in 42 milliseconds