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

  /external/compiler-rt/lib/asan/
asan_thread.cc 131 next_stack_top_ = bottom + size;
156 stack_top_ = next_stack_top_;
158 next_stack_top_ = 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 147 uptr next_stack_top_; member in class:__asan::AsanThread

Completed in 74 milliseconds