Searched refs:StackBounds (Results 1 – 2 of 2) sorted by relevance
162 inline AsanThread::StackBounds AsanThread::GetStackBounds() const { in GetStackBounds()164 return StackBounds{stack_bottom_, stack_top_}; // NOLINT in GetStackBounds()171 return StackBounds{next_stack_bottom_, next_stack_top_}; // NOLINT in GetStackBounds()172 return StackBounds{stack_bottom_, stack_top_}; // NOLINT in GetStackBounds()
134 struct StackBounds { struct138 StackBounds GetStackBounds() const; argument