Home | History | Annotate | Download | only in ia32

Lines Matching full:candidate

6002   Register candidate = scratch;  // Scratch register contains candidate.
6013 __ mov(candidate,
6021 __ cmp(candidate, factory->undefined_value());
6023 __ cmp(candidate, factory->the_hole_value());
6026 // If length is not 2 the string is not a candidate.
6027 __ cmp(FieldOperand(candidate, String::kLengthOffset),
6036 // Check that the candidate is a non-external ASCII string.
6037 __ mov(temp, FieldOperand(candidate, HeapObject::kMapOffset));
6043 __ mov(temp, FieldOperand(candidate, SeqAsciiString::kHeaderSize));
6056 Register result = candidate;