Searched refs:cache_begin (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_posix.cpp | 29 uptr cache_begin; member 42 cache_begin_ = args->cache_begin; in OnStarted() 55 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart() 61 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 71 *cache_begin = context->cache_begin(); in GetThreadRangesLocked()
|
| H A D | lsan_fuchsia.cpp | 45 uptr cache_begin, cache_end; member 50 cache_begin_ = args->cache_begin; in OnStarted() 56 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart() 57 CHECK_EQ(args.cache_end - args.cache_begin, sizeof(AllocatorCache)); in ThreadStart() 74 static_cast<decltype(caches)>(arg)->push_back(ctx->cache_begin()); in GetAllThreadAllocatorCachesLocked()
|
| H A D | lsan_common.cpp | 373 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local 377 &tls_end, &cache_begin, &cache_end, &dtls); in ProcessThreads() 435 if (cache_begin == cache_end || tls_end < cache_begin || in ProcessThreads() 439 if (tls_begin < cache_begin) in ProcessThreads() 440 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
|
| H A D | lsan_thread.h | 27 uptr cache_begin() { return cache_begin_; } in cache_begin() function
|
| H A D | lsan_common.h | 253 uptr *tls_begin, uptr *tls_end, uptr *cache_begin,
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_thread.cpp | 482 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 491 *cache_begin = 0; in GetThreadRangesLocked()
|