Home | History | Annotate | Download | only in gc

Lines Matching full:verification

24 #include <unwind.h>  // For GC verification.
178 * verification is enabled, we limit the size of allocation stacks to speed up their
2210 // Temporarily disable rosalloc verification because the zygote
2693 LOG(ERROR) << "Object " << obj << " failed class verification!";
2781 // to heap verification requiring that roots are live (either in the live bitmap or in the
2799 // to heap verification requiring that roots are live (either in the live bitmap or in the
2823 // 1. Allocated prior to the GC (pre GC verification).
2824 // 2. Allocated during the GC (pre sweep GC verification).
3060 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures
3071 << " missing card mark verification failed\n" << DumpSpaces();
3118 LOG(FATAL) << "Pre sweeping " << gc->GetName() << " GC verification failed with " << failures
3132 // Only pause if we have to do some verification.
3148 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures