Home | History | Annotate | Download | only in src

Lines Matching refs:referenceCount

233     exception_header->referenceCount = 1;  // This is a newly allocated exception, no need for thread safety.
451 static_assert(offsetof(__cxa_exception, referenceCount) ==
501 // Destroy the primary exception only if its referenceCount goes to 0
590 If thrown_object is not null, atomically increment the referenceCount field
602 __sync_add_and_fetch(&exception_header->referenceCount, 1);
607 If thrown_object is not null, atomically decrement the referenceCount field
609 by thrown_object. If the referenceCount drops to zero, destroy and
620 if (__sync_sub_and_fetch(&exception_header->referenceCount, size_t(1)) == 0)
631 caughtExceptions stack. Atomically increment the exception's referenceCount.
663 stored in exc is called. Otherwise the referenceCount stored in the