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

/macosx-10.10.1/libauto-186/
H A Dauto_zone.cpp926 inline static bool check_resurrection(Thread &thread, Zone *azone, void *recipient, bool recipient_is_block, const void *new_value, size_t offset) { function
937 template <class DestBlockRef, class ValueBlockRef> inline static bool check_resurrection(Thread &thread, Zone *azone, DestBlockRef recipient, ValueBlockRef new_value, size_t offset) { function
945 template <class BlockRef> inline static bool check_resurrection(Thread &thread, Zone *azone, void *global_recipient, BlockRef new_value, size_t offset) { function
974 check_resurrection(thread, _zone, ref, _new_value, offset_in_bytes);
1433 if ((base && azone->block_is_garbage(base)) || check_resurrection(thread, azone, (void *)base, base != NULL, value, (size_t)location - (size_t)base)) {
1504 check_resurrection(thread, azone, object, object_is_block, value, 0);
1541 check_resurrection(thread, _zone, _root, ref, 0);
1576 check_resurrection(thread, azone, address_of_possible_root_ptr, false, value, 0);
1588 check_resurrection(thread, azone, address_of_possible_root_ptr, false, value, 0);
1625 check_resurrection(threa
[all...]

Completed in 257 milliseconds