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

  /external/compiler-rt/lib/asan/
asan_thread.cc 130 next_stack_bottom_ = bottom;
155 stack_bottom_ = next_stack_bottom_;
159 next_stack_bottom_ = 0;
170 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)
171 return StackBounds{next_stack_bottom_, next_stack_top_}; // NOLINT
218 next_stack_top_ = next_stack_bottom_ = 0;
asan_thread.h 148 uptr next_stack_bottom_; member in class:__asan::AsanThread

Completed in 553 milliseconds