Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_thread.cc63 tls_begin, tls_end; member
70 tls_begin_ = args->tls_begin; in OnStarted()
90 &args.tls_begin, &tls_size); in ThreadStart()
92 args.tls_end = args.tls_begin + tls_size; in ThreadStart()
134 uptr *tls_begin, uptr *tls_end, in GetThreadRangesLocked() argument
141 *tls_begin = context->tls_begin(); in GetThreadRangesLocked()
Dlsan_common.cc184 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
186 &tls_begin, &tls_end, in ProcessThreads()
224 LOG_THREADS("TLS at %p-%p.\n", tls_begin, tls_end); in ProcessThreads()
226 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
230 CHECK_LE(tls_begin, cache_begin); in ProcessThreads()
232 if (tls_begin < cache_begin) in ProcessThreads()
233 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
Dlsan_thread.h29 uptr tls_begin() { return tls_begin_; } in tls_begin() function
Dlsan_common.h144 uptr *tls_begin, uptr *tls_end,
/external/compiler-rt/lib/asan/
Dasan_thread.cc326 uptr *tls_begin, uptr *tls_end, in GetThreadRangesLocked() argument
332 *tls_begin = t->tls_begin(); in GetThreadRangesLocked()
Dasan_thread.h70 uptr tls_begin() { return tls_begin_; } in tls_begin() function
/external/compiler-rt/lib/msan/
Dmsan_thread.h33 uptr tls_begin() { return tls_begin_; } in tls_begin() function