HomeSort by relevance Sort by last modified time
    Searched refs:StackBounds (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_thread.h 134 struct StackBounds {
138 StackBounds GetStackBounds() const;
asan_thread.cc 162 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 590 milliseconds