Home | History | Annotate | Download | only in src

Lines Matching refs:candidate

1202   HValue* candidate = NULL;
1205 while (position < count && candidate == NULL) {
1207 if (current != this) candidate = current;
1211 if (current != this && current != candidate) return NULL;
1213 ASSERT(candidate != this);
1214 return candidate;