HomeSort by relevance Sort by last modified time
    Searched full:_bufferend (Results 1 - 2 of 2) sorted by null

  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 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];
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 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];
    [all...]

Completed in 315 milliseconds