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

/macosx-10.9.5/libauto-185.5/
H A Dauto_weak.h53 struct weak_referrer_t { struct
57 typedef struct weak_referrer_t weak_referrer_t; typedef in typeref:struct:weak_referrer_t
92 typedef void (^weak_ref_visitor_t) (const weak_referrer_t &ref);
101 typedef void (^weak_ref_fixer_t) (weak_referrer_t &ref);
H A Dauto_weak.cpp35 weak_referrer_t *refs;
50 typedef std::vector<weak_referrer_t, Auto::AuxAllocator<WeakPair> > WeakReferrerVector;
103 weak_referrer_t *old_refs = list->refs;
105 list->refs = (weak_referrer_t *)aux_malloc(new_allocated * sizeof(weak_referrer_t));
106 list->num_allocated = aux_malloc_size(list->refs)/sizeof(weak_referrer_t);
107 bzero(list->refs, list->num_allocated * sizeof(weak_referrer_t));
142 weak_referrer_t &ref = list->refs[index];
258 weak_referrer_t *refs = azone->weak_refs_table[counter].referrers.refs;
297 weak_referrer_t *ref
[all...]
H A DZoneDump.cpp128 weak_enumerate_table(this, ^(const weak_referrer_t &ref) { weak_dump_entry((const void **)ref.referrer, *ref.referrer); });
193 weak_enumerate_table(this, ^(const weak_referrer_t &ref) {
H A DZoneCompaction.cpp341 void classify_weak_reference(weak_referrer_t &ref) {
398 weak_enumerate_table_fixup(_zone, ^(weak_referrer_t &ref) {
825 inline void operator () (Zone *zone, weak_referrer_t &ref) {
883 weak_enumerate_weak_references(zone, subzone->quantum_address(q), ^(const weak_referrer_t &ref) {
1057 weak_enumerate_table_fixup(this, ^(weak_referrer_t &ref) { fixer_ref(this, ref); });
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-weak.h52 typedef id * weak_referrer_t; typedef
71 weak_referrer_t *referrers;
79 weak_referrer_t inline_referrers[WEAK_INLINE_COUNT];
H A Dobjc-weak.mm76 weak_referrer_t *old_refs = entry->referrers;
79 entry->referrers = (weak_referrer_t *)
80 _calloc_internal(TABLE_SIZE(entry), sizeof(weak_referrer_t));
115 weak_referrer_t *new_referrers = (weak_referrer_t *)
116 _calloc_internal(WEAK_INLINE_COUNT, sizeof(weak_referrer_t));
143 weak_referrer_t &ref = entry->referrers[index];
418 weak_referrer_t *referrers;

Completed in 78 milliseconds