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

/macosx-10.10/libauto-186/
H A DBlockRef.h58 inline bool is_new() const { return subzone()->is_new(q()); } function in class:Auto::SubzoneBlockRef
97 inline bool is_new() const { return _large->is_new(); } function in class:Auto::LargeBlockRef
H A DLarge.h177 inline bool is_new() const { return _age != 0; } function in class:Auto::Large
H A DReferenceIterator.h271 if (subzone->is_thread_local(q) || subzone->is_new(q)) {
281 if (large->is_new()) {
760 inline static bool should_mark(Subzone *subzone, usword_t q) { return !subzone->is_new(q); }
761 inline static bool should_mark(Large *large) { return !large->is_new(); };
H A Dauto_gdb_interface.cpp604 if (subzone->is_new(q)) {
611 if (large->is_new()) {
H A DZone.cpp1368 if (subzone->is_new(q)) subzone->mature(q);
1382 if (large->is_new()) large->mature();
1982 block.is_new() ? "new" : " ",
H A DSubzone.h473 inline bool is_new(usword_t q) const { ASSERTION(!is_thread_local(q)); return !is_eldest(_side_data[q]); } function in class:Auto::Subzone
H A DZone.h1104 if (value_block.is_thread_local() || value_block.is_new())
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_mcast.c2075 int error, is_new; local
2082 is_new = 0;
2199 is_new = 1;
2262 if (is_new) {
2289 if (is_new) {
2304 if (is_new) {
2314 if (is_new) {
2344 if (is_new)
2353 if (error && is_new) {
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Din6_mcast.c1964 int error, is_new; local
1972 is_new = 0;
2126 is_new = 1;
2189 if (is_new) {
2221 if (is_new) {
2236 if (is_new) {
2246 if (is_new) {
2276 if (is_new)
2285 if (error && is_new) {

Completed in 214 milliseconds