Home
last modified time | relevance | path

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

/xnu-10002.61.3/libkern/libclosure/
H A Druntime.cpp239 uint8_t *desc = (uint8_t *)_Block_get_descriptor(aBlock);
248 uint8_t *desc = (uint8_t *)_Block_get_descriptor(aBlock); in _Block_descriptor_3()
463 void *desc = _Block_get_descriptor(layout); in Block_size()
498 auto *bds = (Block_descriptor_small *)_Block_get_descriptor(layout); in _Block_signature()
519 auto *bds = (Block_descriptor_small *)_Block_get_descriptor(layout); in _Block_layout()
541 auto *bds = (Block_descriptor_small *)_Block_get_descriptor(layout); in _Block_extended_layout()
/xnu-10002.61.3/libkern/libkern/
H A DBlock_private.h437 _Block_get_descriptor(struct Block_layout *aBlock) in _Block_get_descriptor() function
492 void *desc = _Block_get_descriptor(aBlock); in _Block_get_copy_function()
513 void *desc = _Block_get_descriptor(aBlock); in _Block_get_dispose_function()