Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp69 static entry *_buffer; member in libunwind::DwarfFDECache
77 DwarfFDECache<A>::_buffer = _initialBuffer; member in libunwind::DwarfFDECache<A>
102 for (entry *p = _buffer; p < _bufferUsed; ++p) { in findFDE()
119 size_t oldSize = (size_t)(_bufferEnd - _buffer); in add()
123 memcpy(newBuffer, _buffer, oldSize * sizeof(entry)); in add()
124 if (_buffer != _initialBuffer) in add()
125 free(_buffer); in add()
126 _buffer = newBuffer; in add()
147 entry *d = _buffer; in removeAllIn()
148 for (const entry *s = _buffer; s < _bufferUsed; ++s) { in removeAllIn()
[all …]