Searched defs:stack_begin (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.h | 27 uptr stack_begin() { return stack_begin_; } in stack_begin() function
|
D | lsan_thread.cc | 61 uptr stack_begin, stack_end, member 133 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
D | lsan_common.cc | 187 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.cc | 324 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked()
|
/external/google-breakpad/src/processor/ |
D | stackwalk_common.cc | 124 uint64_t stack_begin = 0, stack_end = 0; in PrintStackContents() local
|