HomeSort by: relevance | last modified time | path
    Searched refs:next_stack_bottom_ (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc 125 next_stack_bottom_ = bottom;
156 stack_bottom_ = next_stack_bottom_;
160 next_stack_bottom_ = 0;
174 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)
175 return {next_stack_bottom_, next_stack_top_};
222 next_stack_top_ = next_stack_bottom_ = 0;
asan_thread.h 157 uptr next_stack_bottom_; member in class:__asan::AsanThread
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.cpp 133 next_stack_bottom_ = bottom;
164 stack_bottom_ = next_stack_bottom_;
168 next_stack_bottom_ = 0;
182 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)
183 return {next_stack_bottom_, next_stack_top_};
232 next_stack_top_ = next_stack_bottom_ = 0;
asan_thread.h 157 uptr next_stack_bottom_; member in class:__asan::AsanThread
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_thread.cpp 155 next_stack_bottom_ = bottom;
185 stack_bottom_ = next_stack_bottom_;
189 next_stack_bottom_ = 0;
204 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)
205 return {next_stack_bottom_, next_stack_top_};
250 next_stack_top_ = next_stack_bottom_ = 0;
asan_thread.h 178 uptr next_stack_bottom_; member in class:__asan::AsanThread

Completed in 75 milliseconds