Searched refs:cache_ (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_quarantine.h82 : cache_(LINKER_INITIALIZED) {
119 cache_.Transfer(c);
121 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock())
128 cache_.Transfer(c);
138 cache_.PrintStats();
150 Cache cache_; member in class:__sanitizer::Quarantine
162 uptr cache_size = cache_.Size();
163 uptr overhead_size = cache_.OverheadSize();
172 cache_.MergeBatches(&tmp);
176 while (cache_
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h80 : cache_(LINKER_INITIALIZED) {
117 cache_.Transfer(c);
119 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock())
126 cache_.Transfer(c);
136 cache_.PrintStats();
148 Cache cache_; member in class:__sanitizer::Quarantine
160 uptr cache_size = cache_.Size();
161 uptr overhead_size = cache_.OverheadSize();
170 cache_.MergeBatches(&tmp);
174 while (cache_
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h81 : cache_(LINKER_INITIALIZED) {
118 cache_.Transfer(c);
120 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock())
127 cache_.Transfer(c);
137 cache_.PrintStats();
149 Cache cache_; member in class:__sanitizer::Quarantine
162 uptr cache_size = cache_.Size();
163 uptr overhead_size = cache_.OverheadSize();
172 cache_.MergeBatches(&tmp);
176 while (cache_
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dfileread.h281 byteshift_(byteshift), cache_(cache), data_ownership_(data_ownership),
314 { this->cache_ = true; }
318 { this->cache_ = false; }
322 { return this->cache_; }
359 bool cache_; member in class:gold::File_read::View
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dfileread.h281 byteshift_(byteshift), cache_(cache), data_ownership_(data_ownership),
314 { this->cache_ = true; }
318 { this->cache_ = false; }
322 { return this->cache_; }
359 bool cache_; member in class:gold::File_read::View
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dfileread.h281 byteshift_(byteshift), cache_(cache), data_ownership_(data_ownership),
314 { this->cache_ = true; }
318 { this->cache_ = false; }
322 { return this->cache_; }
359 bool cache_; member in class:gold::File_read::View
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc138 : cache_(cache),
165 get_allocator().Deallocate(cache_, p);
169 void *res = get_allocator().Allocate(cache_, size, 1);
177 get_allocator().Deallocate(cache_, p);
181 AllocatorCache* const cache_; member in struct:__asan::QuarantineCallback
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc136 : cache_(cache),
163 get_allocator().Deallocate(cache_, p);
167 void *res = get_allocator().Allocate(cache_, size, 1);
175 get_allocator().Deallocate(cache_, p);
179 AllocatorCache* const cache_; member in struct:__asan::QuarantineCallback
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp195 : cache_(cache),
222 get_allocator().Deallocate(cache_, p);
226 void *res = get_allocator().Allocate(cache_, size, 1);
234 get_allocator().Deallocate(cache_, p);
238 AllocatorCache* const cache_; member in struct:__asan::QuarantineCallback

Completed in 118 milliseconds