Searched refs:handle_resurrection (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A Dauto_zone.cpp840 static void handle_resurrection(Zone *azone, const void *recipient, bool recipient_is_block, const void *new_value, size_t offset) function
881 template <class BlockRef> static void handle_resurrection(Zone *azone, void *recipient, BlockRef new_value, size_t offset) function
915 template <class DestBlockRef, class ValueBlockRef> static void handle_resurrection(Zone *azone, DestBlockRef recipient, ValueBlockRef new_value, size_t offset) function
918 handle_resurrection(azone, recipient.address(), new_value, offset);
931 handle_resurrection(azone, recipient, recipient_is_block, new_value, offset);
939 handle_resurrection(azone, recipient, new_value, offset);
947 handle_resurrection(azone, global_recipient, new_value, offset);

Completed in 267 milliseconds