Home | History | Annotate | Download | only in gc

Lines Matching refs:Verification

67 #include "gc/verification.h"
242 * verification is enabled, we limit the size of allocation stacks to speed up their
294 verification_.reset(new Verification(this));
2305 // Temporarily disable rosalloc verification because the zygote
2861 LOG(ERROR) << "Object " << obj << " failed class verification!";
2940 // to heap verification requiring that roots are live (either in the live bitmap or in the
2959 // to heap verification requiring that roots are live (either in the live bitmap or in the
2983 // 1. Allocated prior to the GC (pre GC verification).
2984 // 2. Allocated during the GC (pre sweep GC verification).
3234 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures
3245 << " missing card mark verification failed\n" << DumpSpaces();
3292 LOG(FATAL) << "Pre sweeping " << gc->GetName() << " GC verification failed with " << failures
3306 // Only pause if we have to do some verification.
3322 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed with " << failures
4104 const Verification* Heap::GetVerification() const {