Home
last modified time | relevance | path

Searched defs:cache_begin (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc64 cache_begin, cache_end, member
140 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
H A Dlsan_thread.h35 uptr cache_begin() { return cache_begin_; } in cache_begin() function
H A Dlsan_common.cc196 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 Dasan_thread.cc399 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dhashtable.hpp597 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