Home
last modified time | relevance | path

Searched refs:BLOCK_SMALL_DESCRIPTOR (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/libkern/libclosure/
H A Druntime.cpp465 if (layout->flags & BLOCK_SMALL_DESCRIPTOR) { in Block_size()
497 if (layout->flags & BLOCK_SMALL_DESCRIPTOR) { in _Block_signature()
518 if (layout->flags & BLOCK_SMALL_DESCRIPTOR) { in _Block_layout()
540 if (layout->flags & BLOCK_SMALL_DESCRIPTOR) { in _Block_extended_layout()
/xnu-11215.81.4/libkern/libkern/
H A DBlock_private.h274 BLOCK_SMALL_DESCRIPTOR = (1 << 22),// compiler enumerator
486 if (aBlock->flags & BLOCK_SMALL_DESCRIPTOR) { in _Block_get_copy_function()
507 if (aBlock->flags & BLOCK_SMALL_DESCRIPTOR) { in _Block_get_dispose_function()