Home | History | Annotate | Download | only in src

Lines Matching full:candidate

1142     // evacuation candidate.
1226 Object* candidate = *current++;
1227 if (!candidate->IsSmi() && candidate != the_hole) return false;