Lines Matching refs:referenceCount
233 exception_header->referenceCount = 1; // This is a newly allocated exception, no need for thread safety.
453 static_assert(offsetof(__cxa_exception, referenceCount) ==
503 // Destroy the primary exception only if its referenceCount goes to 0
592 If thrown_object is not null, atomically increment the referenceCount field
604 __sync_add_and_fetch(&exception_header->referenceCount, 1);
609 If thrown_object is not null, atomically decrement the referenceCount field
611 by thrown_object. If the referenceCount drops to zero, destroy and
622 if (__sync_sub_and_fetch(&exception_header->referenceCount, size_t(1)) == 0)
633 caughtExceptions stack. Atomically increment the exception's referenceCount.
665 stored in exc is called. Otherwise the referenceCount stored in the