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() argument62 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
36 struct StackBufferAdapter struct38 uptr stackBottom;39 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function40 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()