Searched defs:has_refcount (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/libauto-186/
H A DBlockRef.h47 inline bool has_refcount() const { return subzone()->has_refcount(q()); } function in class:Auto::SubzoneBlockRef
85 inline bool has_refcount() const { return refcount() != 0; } function in class:Auto::LargeBlockRef
H A DReferenceIterator.h389 bool has_refcount = subzone->has_refcount(q); local
H A DSubzone.h551 inline bool has_refcount(usword_t q) const { return !is_live_thread_local(q) && (_side_data[q] & refcount_bit) != 0; } function in class:Auto::Subzone

Completed in 70 milliseconds