Searched refs:fail_count (Results 1 – 5 of 5) sorted by relevance
32 size_t fail_count = VerifyAll(); in VerifyAllPaused() local34 return fail_count; in VerifyAllPaused()85 size_t fail_count = 0; in VerifyRoot() local87 root_manager.VisitNonHeapRoots([this, &fail_count](const GCRoot &root) { in VerifyRoot()91 HeapReferenceVerifier(heap_, &fail_count)(root); in VerifyRoot()96 return fail_count; in VerifyRoot()
115 size_t fail_count = 0; in VerifyHeapReferences() local116 HeapObjectVerifier verifier(this, &fail_count); in VerifyHeapReferences()
232 fail_count = 0236 fail_count += 1244 print(" Passed tests: %5d " % (count - fail_count))245 print(" Failed tests: %5d " % (fail_count))
656 size_t fail_count = 0; in VerifyAllocatorStatus() local657 fail_count += object_allocator_->VerifyAllocator(); in VerifyAllocatorStatus()658 return fail_count; in VerifyAllocatorStatus()772 size_t fail_count = 0; in VerifyAllocatorStatus() local773 fail_count += object_allocator_->VerifyAllocator(); in VerifyAllocatorStatus()774 return fail_count; in VerifyAllocatorStatus()
192 size_t fail_count = VerifyHeap(); in RunPhases() local193 if (gc_settings_.fail_on_heap_verification && fail_count > 0) { in RunPhases()194 … LOG(FATAL, GC) << "Heap corrupted before GC, HeapVerifier found " << fail_count << " corruptions"; in RunPhases()251 size_t fail_count = VerifyHeap(); in RunPhases() local252 if (gc_settings_.fail_on_heap_verification && fail_count > 0) { in RunPhases()253 … LOG(FATAL, GC) << "Heap corrupted after GC, HeapVerifier found " << fail_count << " corruptions"; in RunPhases()