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

/macosx-10.9.5/libauto-185.5/auto_tester/
H A Dbadpointers.m60 //printf("auto_zone_set_write_barrier\n");
61 auto_zone_set_write_barrier(the_zone, badPointer, badPointer);
H A Dauto_perf.c112 auto_zone_set_write_barrier(azone, object1, object2);
114 log_result("auto_zone_set_write_barrier", reps, time);
/macosx-10.9.5/libauto-185.5/tests/
H A Dbadpointers.m66 //printf("auto_zone_set_write_barrier\n");
67 auto_zone_set_write_barrier(the_zone, badPointer, badPointer);
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-externalref.mm138 auto_zone_set_write_barrier(gc_zone, &list->_buffer[index], obj);
H A Dobjc-auto.mm264 if (!auto_zone_set_write_barrier(gc_zone, (void*)slot, value)) { // stores & returns true if slot points into GC allocated memory
302 if (!auto_zone_set_write_barrier(gc_zone, (char *)base + offset, value)) {
/macosx-10.9.5/CF-855.17/
H A DCoreFoundation_Prefix.h463 CF_INLINE int auto_zone_set_write_barrier(void *zone, const void *dest, const void *new_value) { return false; } function
/macosx-10.9.5/libauto-185.5/
H A Dauto_zone.h84 AUTO_EXPORT boolean_t auto_zone_set_write_barrier(auto_zone_t *zone, const void *dest, const void *new_value)
H A Dauto_zone.cpp977 auto_error(_zone, "auto_zone_set_write_barrier: Storing a GC-managed pointer in unscanned memory location. Break on auto_zone_unscanned_store_error() to debug.", _new_value_addr);
990 auto_error(_zone, "auto_zone_set_write_barrier: Storing a GC-managed pointer in unscanned memory location. Break on auto_zone_unscanned_store_error() to debug.", _new_value_addr);
1026 boolean_t auto_zone_set_write_barrier(auto_zone_t *zone, const void *dest, const void *new_value) { function

Completed in 197 milliseconds