Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc160 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
168 if ((GetMacosVersion() >= MACOS_VERSION_MAVERICKS) && at_initialization && in GetThreadStackTopAndBottom()
Dsanitizer_linux_libcdep.cc79 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
83 if (at_initialization) { in GetThreadStackTopAndBottom()
Dsanitizer_win.cc70 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
Dsanitizer_common.h64 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,