Home | History | Annotate | Download | only in gc

Lines Matching refs:failures

3371     size_t failures = VerifyHeapReferences();
3372 if (failures > 0) {
3373 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures
3374 << " failures";
3429 size_t failures = VerifyHeapReferences(false);
3430 if (failures > 0) {
3431 LOG(FATAL) << "Pre sweeping " << gc->GetName() << " GC verification failed with " << failures
3432 << " failures";
3459 size_t failures = VerifyHeapReferences();
3460 if (failures > 0) {
3461 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures
3462 << " failures";