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

/macosx-10.10/libauto-186/
H A DBlockRef.cpp36 if (has_refcount()) {
55 if (has_refcount()) {
77 if (has_refcount()) {
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 DInUseEnumerator.cpp91 record(subzoneReader->quantum_address(q), subzoneReader->size(q), MALLOC_PTR_IN_USE_RANGE_TYPE | (subzoneReader->has_refcount(q) ? AUTO_RETAINED_BLOCK_TYPE : 0));
H A DReferenceIterator.h389 bool has_refcount = subzone->has_refcount(q); local
390 if (is_local || has_refcount || should_mark(subzone, q)) {
391 ReferenceInfo info(is_local ? kThreadLocalReference : has_refcount ? kRetainedReference : kOldReference);
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
H A DThreadLocalCollector.cpp214 if (!subzone->has_refcount(q)) {
H A Dauto_zone.cpp976 if (Environment::unscanned_store_warning && _zone->compaction_enabled() && !ref.is_scanned() && !_new_value.has_refcount()) {
989 if (Environment::unscanned_store_warning && _zone->compaction_enabled() && !_new_value.has_refcount() && !_zone->is_global_address((void*)_dest)) {
H A Dauto_gdb_interface.cpp563 if (subzone->has_refcount(q)) {
H A DZone.cpp1507 if (!subzone->has_refcount(q)) {

Completed in 218 milliseconds