Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DUnwindCursor.hpp76 static entry _initialBuffer[64]; member in libunwind::DwarfFDECache
81 DwarfFDECache<A>::_buffer = _initialBuffer;
85 DwarfFDECache<A>::_bufferUsed = _initialBuffer;
89 DwarfFDECache<A>::_bufferEnd = &_initialBuffer[64];
92 typename DwarfFDECache<A>::entry DwarfFDECache<A>::_initialBuffer[64]; member in libunwind::DwarfFDECache<A>
131 if (_buffer != _initialBuffer) in add()