Searched refs:exceptionCount (Results 1 – 4 of 4) sorted by relevance
96 int exceptionCount = 0; in mergeFromByteArrayFastPathMayThrowIndexOutOfBoundsException() local106 exceptionCount += 1; in mergeFromByteArrayFastPathMayThrowIndexOutOfBoundsException()109 assertNotEquals(0, exceptionCount); in mergeFromByteArrayFastPathMayThrowIndexOutOfBoundsException()
567 final AtomicInteger exceptionCount = new AtomicInteger(); in testRemovalNotification_get_basher() local575 exceptionCount.incrementAndGet(); in testRemovalNotification_get_basher()631 assertEquals(exceptionCount.get() + computeNullCount.get(), stats.loadExceptionCount()); in testRemovalNotification_get_basher()
643 final AtomicInteger exceptionCount = new AtomicInteger(); in testRemovalNotification_get_basher() local651 exceptionCount.incrementAndGet(); in testRemovalNotification_get_basher()707 assertEquals(exceptionCount.get() + computeNullCount.get(), stats.loadExceptionCount()); in testRemovalNotification_get_basher()
725 final int exceptionCount = exceptions.size (); in visit() local726 for (int e = 0; e < exceptionCount; ++ e) in visit()