reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
27 stack_top_ = stack_bottom_ + stack_size; 35 __msan_unpoison((void *)stack_bottom_, stack_top_ - stack_bottom_); 47 CHECK(MEM_IS_APP(stack_top_ - 1));projects/compiler-rt/lib/msan/msan_thread.h
30 uptr stack_top() { return stack_top_; } 37 return addr >= stack_bottom_ && addr < stack_top_;