Home | History | Annotate | Download | only in ia32

Lines Matching full:candidate

4171   Register candidate = scratch;  // Scratch register contains candidate.
4182 __ mov(candidate,
4190 __ cmp(candidate, factory->undefined_value());
4192 __ cmp(candidate, factory->the_hole_value());
4195 // If length is not 2 the string is not a candidate.
4196 __ cmp(FieldOperand(candidate, String::kLengthOffset),
4205 // Check that the candidate is a non-external ASCII string.
4206 __ mov(temp, FieldOperand(candidate, HeapObject::kMapOffset));
4212 __ mov(temp, FieldOperand(candidate, SeqOneByteString::kHeaderSize));
4225 Register result = candidate;