Home | History | Annotate | Download | only in src

Lines Matching refs:referenceCount

215     exception_header->referenceCount = 1;  // This is a newly allocated exception, no need for thread safety.
430 static_assert(__builtin_offsetof(__cxa_exception, referenceCount) ==
481 // Destroy the primary exception only if its referenceCount goes to 0
567 If thrown_object is not null, atomically increment the referenceCount field
578 __sync_add_and_fetch(&exception_header->referenceCount, 1);
583 If thrown_object is not null, atomically decrement the referenceCount field
585 by thrown_object. If the referenceCount drops to zero, destroy and
595 if (__sync_sub_and_fetch(&exception_header->referenceCount, size_t(1)) == 0)
606 caughtExceptions stack. Atomically increment the exception's referenceCount.
636 stored in exc is called. Otherwise the referenceCount stored in the