Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_thread.cc166 const uptr cur_stack = (uptr)&local; in GetStackBounds() local
170 if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_) in GetStackBounds()