Searched refs:is_small (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.h | 163 static size_t GetSize(Process *process, bool is_small) { in GetSize() 165 if (is_small) in GetSize() 176 lldb::addr_t relative_selector_base_addr, bool is_small,
|
| H A D | AppleObjCClassDescriptorV2.cpp | 271 bool is_small, bool has_direct_sel) { in Read() argument 273 size_t size = GetSize(process, is_small); in Read() 287 if (is_small) { in Read()
|
| /src/contrib/jemalloc/src/ |
| H A D | tcache.c | 184 bool is_small = (szind < SC_NBINS); in tcache_event() local 187 tcache_bin_flush_stashed(tsd, tcache, cache_bin, szind, is_small); in tcache_event() 192 if (is_small) { in tcache_event() 197 } else if (is_small && tcache_slow->bin_refilled[szind]) { in tcache_event() 550 szind_t binind, bool is_small) { in tcache_bin_flush_stashed() argument 572 is_small); in tcache_bin_flush_stashed()
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | tcache_externs.h | 46 szind_t binind, bool is_small);
|