Home
last modified time | relevance | path

Searched refs:StackBounds (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_thread.cc162 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()
Dasan_thread.h134 struct StackBounds { struct
138 StackBounds GetStackBounds() const; argument