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

/macosx-10.10.1/libauto-186/
H A DLarge.h67 uint32_t _checking_count; // collection checking - count of survived collections + 1 (0 implies unchecked) member in class:Auto::Large
169 inline uint32_t collection_checking_count() const { return _checking_count; }
170 inline void set_collection_checking_count(uint32_t count) { _checking_count = count; }
H A DLarge.cpp52 _is_pending(false), _is_marked(false), _is_garbage(false), _checking_count(0), _write_barrier(wb)

Completed in 71 milliseconds