Searched defs:StackBufferAdapter (Results 1 – 2 of 2) sorted by relevance
58 struct StackBufferAdapter struct60 uptr stackBottom;61 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function62 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
34 struct StackBufferAdapter struct36 uptr stackBottom;37 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function38 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()