Home | History | Annotate | Download | only in src

Lines Matching refs:referenceCount

231     exception_header->referenceCount = 1;  // This is a newly allocated exception, no need for thread safety.
446 static_assert(__builtin_offsetof(__cxa_exception, referenceCount) ==
497 // Destroy the primary exception only if its referenceCount goes to 0
583 If thrown_object is not null, atomically increment the referenceCount field
594 __sync_add_and_fetch(&exception_header->referenceCount, 1);
599 If thrown_object is not null, atomically decrement the referenceCount field
601 by thrown_object. If the referenceCount drops to zero, destroy and
611 if (__sync_sub_and_fetch(&exception_header->referenceCount, size_t(1)) == 0)
622 caughtExceptions stack. Atomically increment the exception's referenceCount.
652 stored in exc is called. Otherwise the referenceCount stored in the