Lines Matching refs:evacuate

28         evacuate((StgClosure **)&mvar->head);  in nonmovingScavengeOne()
29 evacuate((StgClosure **)&mvar->tail); in nonmovingScavengeOne()
30 evacuate((StgClosure **)&mvar->value); in nonmovingScavengeOne()
49 evacuate((StgClosure **)&tvar->current_value); in nonmovingScavengeOne()
50 evacuate((StgClosure **)&tvar->first_watch_queue_entry); in nonmovingScavengeOne()
66 evacuate(&((StgClosure *)p)->payload[1]); in nonmovingScavengeOne()
67 evacuate(&((StgClosure *)p)->payload[0]); in nonmovingScavengeOne()
72 evacuate(&((StgThunk *)p)->payload[1]); in nonmovingScavengeOne()
73 evacuate(&((StgThunk *)p)->payload[0]); in nonmovingScavengeOne()
77 evacuate(&((StgClosure *)p)->payload[1]); in nonmovingScavengeOne()
78 evacuate(&((StgClosure *)p)->payload[0]); in nonmovingScavengeOne()
83 evacuate(&((StgThunk *)p)->payload[0]); in nonmovingScavengeOne()
90 evacuate(&((StgClosure *)p)->payload[0]); in nonmovingScavengeOne()
115 evacuate(&((StgThunk *)p)->payload[0]); in nonmovingScavengeOne()
122 evacuate(&q->payload[0]); in nonmovingScavengeOne()
134 evacuate((StgClosure **)p); in nonmovingScavengeOne()
146 evacuate(&weak->key); in nonmovingScavengeOne()
158 evacuate((StgClosure **)p); in nonmovingScavengeOne()
165 evacuate((StgClosure **)&bco->instrs); in nonmovingScavengeOne()
166 evacuate((StgClosure **)&bco->literals); in nonmovingScavengeOne()
167 evacuate((StgClosure **)&bco->ptrs); in nonmovingScavengeOne()
175 evacuate(&mv->var); in nonmovingScavengeOne()
193 evacuate(&bq->bh); in nonmovingScavengeOne()
194 evacuate((StgClosure**)&bq->owner); in nonmovingScavengeOne()
195 evacuate((StgClosure**)&bq->queue); in nonmovingScavengeOne()
196 evacuate((StgClosure**)&bq->link); in nonmovingScavengeOne()
210 evacuate(&s->selectee); in nonmovingScavengeOne()
219 evacuate(&ap->fun); in nonmovingScavengeOne()
272 evacuate((StgClosure **)p); in nonmovingScavengeOne()
291 evacuate((StgClosure **)p); in nonmovingScavengeOne()
324 evacuate((StgClosure **)p); in nonmovingScavengeOne()
337 evacuate((StgClosure **)&tc->prev_chunk); in nonmovingScavengeOne()
339 evacuate((StgClosure **)&e->tvar); in nonmovingScavengeOne()
340 evacuate((StgClosure **)&e->expected_value); in nonmovingScavengeOne()
341 evacuate((StgClosure **)&e->new_value); in nonmovingScavengeOne()
351 evacuate(&((StgInd *)p)->indirectee); in nonmovingScavengeOne()