Home
last modified time | relevance | path

Searched refs:stack_bottom_ (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_thread.cc71 CHECK(AddrIsInMem(stack_bottom_)); in Init()
77 tid(), stack_bottom_, stack_top_, in Init()
78 stack_top_ - stack_bottom_, &local); in Init()
105 PoisonShadow(stack_bottom_, stack_top_ - stack_bottom_, 0); in ClearShadowForThreadStack()
Dasan_thread.h76 uintptr_t stack_bottom() { return stack_bottom_; } in stack_bottom()
77 size_t stack_size() { return stack_top_ - stack_bottom_; } in stack_size()
85 return addr >= stack_bottom_ && addr < stack_top_; in AddrIsInStack()
102 uintptr_t stack_bottom_; variable
Dasan_linux.cc300 stack_bottom_ = end - stacksize; in SetThreadStackTopAndBottom()
312 stack_bottom_ = (uintptr_t)stackaddr; in SetThreadStackTopAndBottom()
317 stack_bottom_ = stack_top_ - kMaxThreadStackSize; in SetThreadStackTopAndBottom()
Dasan_win.cc97 stack_bottom_ = (uintptr_t)mbi.AllocationBase; in SetThreadStackTopAndBottom()
Dasan_mac.cc326 stack_bottom_ = stack_top_ - stacksize; in SetThreadStackTopAndBottom()