Searched refs:failures (Results 1 – 9 of 9) sorted by relevance
455 int failures = (int)r.ints(iters)459 if (failures != 0) {460 double percent = 100.0d*((double)failures/(double)iters);461 System.out.println("for intrinsic " + f.name + " " + failures + "/" + iters
9 Hitting this use-after-free can cause many strange outcomes, from CHECK failures10 to segfaults to incorrect redefinition failures (for example on buggy builds
1 Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure
10 bail immediately and not allow soft verification failures to pile up
21 /* TODO Categorize these failures more. */
76 /* TODO Categorize these failures more. */
148 // Use _exit instead of exit so that we won't get DCHECK failures in global data
3425 size_t failures = VerifyHeapReferences(); in PreGcVerificationPaused() local3426 if (failures > 0) { in PreGcVerificationPaused()3427 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures in PreGcVerificationPaused()3483 size_t failures = VerifyHeapReferences(false); in PreSweepingGcVerification() local3484 if (failures > 0) { in PreSweepingGcVerification()3485 LOG(FATAL) << "Pre sweeping " << gc->GetName() << " GC verification failed with " << failures in PreSweepingGcVerification()3513 size_t failures = VerifyHeapReferences(); in PostGcVerificationPaused() local3514 if (failures > 0) { in PostGcVerificationPaused()3515 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures in PostGcVerificationPaused()
3183 3182 successes, 0 skips, 0 failures.