Searched refs:cache_begin (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_posix.cpp | 32 uptr cache_begin; member 46 cache_begin_ = args->cache_begin; in OnStarted() 59 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart() 65 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 75 *cache_begin = context->cache_begin(); in GetThreadRangesLocked()
|
| H A D | lsan_fuchsia.cpp | 45 uptr cache_begin, cache_end; member 51 cache_begin_ = args->cache_begin; in OnStarted() 57 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart() 58 CHECK_EQ(args.cache_end - args.cache_begin, sizeof(AllocatorCache)); in ThreadStart() 75 static_cast<decltype(caches)>(arg)->push_back(ctx->cache_begin()); in GetAllThreadAllocatorCachesLocked()
|
| H A D | lsan_common.cpp | 410 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local 414 &tls_end, &cache_begin, &cache_end, &dtls); in ProcessThreads() 477 if (cache_begin == cache_end || tls_end < cache_begin || in ProcessThreads() 481 if (tls_begin < cache_begin) in ProcessThreads() 482 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
|
| H A D | lsan_thread.h | 29 uptr cache_begin() { return cache_begin_; } in cache_begin() function
|
| H A D | lsan_common.h | 106 uptr *tls_begin, uptr *tls_end, uptr *cache_begin,
|
| /src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.cpp | 195 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 205 *cache_begin = 0; in GetThreadRangesLocked()
|
| /src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 506 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 516 *cache_begin = 0; in GetThreadRangesLocked()
|