Home
last modified time | relevance | path

Searched refs:is_small (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dfreestore.h53 LIBC_INLINE static bool is_small(Block *block) { in is_small() function
67 if (is_small(block)) in insert()
76 if (is_small(block)) { in remove()
100 LIBC_ASSERT(is_small(block) && "only legal for small blocks"); in small_list()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h163 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 DAppleObjCClassDescriptorV2.cpp271 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()