Home
last modified time | relevance | path

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

/external/libcxxabi/src/Unwind/
DUnwindCursor.hpp72 static entry _initialBuffer[64]; member in libunwind::DwarfFDECache
77 DwarfFDECache<A>::_buffer = _initialBuffer;
81 DwarfFDECache<A>::_bufferUsed = _initialBuffer;
85 DwarfFDECache<A>::_bufferEnd = &_initialBuffer[64];
88 typename DwarfFDECache<A>::entry DwarfFDECache<A>::_initialBuffer[64]; member in libunwind::DwarfFDECache<A>
124 if (_buffer != _initialBuffer) in add()