Searched defs:StackBufferAdapter (Results 1 – 4 of 4) sorted by relevance
42 struct StackBufferAdapter struct44 uptr stackBottom;45 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() argument46 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
58 struct StackBufferAdapter struct60 uptr stackBottom;61 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function62 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
42 struct StackBufferAdapter struct44 uptr stackBottom;45 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function46 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()
70 struct StackBufferAdapter struct72 uptr stackBottom;73 StackBufferAdapter(uptr stackBottom) : stackBottom(stackBottom) {} in StackBufferAdapter() function74 uptr GetStackBottom() const { return stackBottom; } in GetStackBottom()