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

/external/compiler-rt/lib/asan/
H A Dasan_thread.h134 struct StackBounds { struct in class:__asan::AsanThread
138 StackBounds GetStackBounds() const;
H A Dasan_thread.cc162 inline AsanThread::StackBounds AsanThread::GetStackBounds() const {
164 return StackBounds{stack_bottom_, stack_top_}; // NOLINT
171 return StackBounds{next_stack_bottom_, next_stack_top_}; // NOLINT
172 return StackBounds{stack_bottom_, stack_top_}; // NOLINT

Completed in 113 milliseconds