Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/libkern/
H A DBlock_private.h277 struct Block_descriptor_small { struct
456 struct Block_descriptor_small *bds = in _Block_get_copy_function()
457 (struct Block_descriptor_small *)desc; in _Block_get_copy_function()
477 struct Block_descriptor_small *bds = in _Block_get_dispose_function()
478 (struct Block_descriptor_small *)desc; in _Block_get_dispose_function()
/xnu-8020.121.3/libkern/libclosure/
H A Druntime.cpp452 return ((Block_descriptor_small *)desc)->size; in Block_size()
482 auto *bds = (Block_descriptor_small *)_Block_get_descriptor(layout); in _Block_signature()
501 auto *bds = (Block_descriptor_small *)_Block_get_descriptor(layout); in _Block_layout()
521 auto *bds = (Block_descriptor_small *)_Block_get_descriptor(layout); in _Block_extended_layout()