Searched defs:cache_begin (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/compiler-rt/lib/lsan/ |
H A D | lsan_thread.cc | 64 cache_begin, cache_end, member 140 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
H A D | lsan_thread.h | 35 uptr cache_begin() { return cache_begin_; } in cache_begin() function
|
H A D | lsan_common.cc | 196 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_thread.cc | 399 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | hashtable.hpp | 597 static const bool cache_begin = false; member 1727 static const bool cache_begin = 0 != (BoolFlags & hash_bool_flags::cache_begin_pos); member in boost::intrusive::hashtable_impl
|