Lines Matching defs:VerifyMarking
137 void VerifyMarking(NewSpace* new_space);
138 void VerifyMarking(PagedSpace* paged_space);
139 void VerifyMarking(LargeObjectSpace* lo_space);
176 void MarkingVerifier::VerifyMarking(NewSpace* space) {
193 void MarkingVerifier::VerifyMarking(PagedSpace* space) {
199 void MarkingVerifier::VerifyMarking(LargeObjectSpace* lo_space) {
218 VerifyMarking(heap_->new_space());
219 VerifyMarking(heap_->new_lo_space());
220 VerifyMarking(heap_->old_space());
221 VerifyMarking(heap_->code_space());
222 if (heap_->map_space()) VerifyMarking(heap_->map_space());
223 VerifyMarking(heap_->lo_space());
224 VerifyMarking(heap_->code_lo_space());
623 VerifyMarking();
1030 void MarkCompactCollector::VerifyMarking() {
4891 VerifyMarking(heap_->new_space());