Searched defs:StackBufferAdapter (Results 1 – 2 of 2) sorted by relevance
57 struct StackBufferAdapter struct59 uptr stackBottom;60 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function61 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
33 struct StackBufferAdapter struct35 uptr stackBottom;36 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() argument37 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()