Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp110 static entry _initialBuffer[64]; member in libunwind::DwarfFDECache
115 DwarfFDECache<A>::_buffer = _initialBuffer;
119 DwarfFDECache<A>::_bufferUsed = _initialBuffer;
123 DwarfFDECache<A>::_bufferEnd = &_initialBuffer[64];
126 typename DwarfFDECache<A>::entry DwarfFDECache<A>::_initialBuffer[64]; member in libunwind::DwarfFDECache<A>
163 if (_buffer != _initialBuffer) in add()