Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/libclosure/
H A Druntime.cpp223 uint8_t *desc = (uint8_t *)_Block_get_descriptor(aBlock);
232 uint8_t *desc = (uint8_t *)_Block_get_descriptor(aBlock); in _Block_descriptor_3()
450 void *desc = _Block_get_descriptor(layout); 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()
/xnu-8020.121.3/libkern/libkern/
H A DBlock_private.h406 _Block_get_descriptor(struct Block_layout *aBlock) in _Block_get_descriptor() function
454 void *desc = _Block_get_descriptor(aBlock); in _Block_get_copy_function()
475 void *desc = _Block_get_descriptor(aBlock); in _Block_get_dispose_function()