Home | History | Annotate | Download | only in x64

Lines Matching full:candidate

4000   Register candidate = scratch;  // Scratch register contains candidate.
4011 __ movq(candidate,
4019 __ CmpObjectType(candidate, ODDBALL_TYPE, map);
4022 __ CompareRoot(candidate, Heap::kUndefinedValueRootIndex);
4027 __ cmpq(kScratchRegister, candidate);
4034 // If length is not 2 the string is not a candidate.
4035 __ SmiCompare(FieldOperand(candidate, String::kLengthOffset),
4043 // Check that the candidate is a non-external ASCII string.
4049 __ movl(temp, FieldOperand(candidate, SeqOneByteString::kHeaderSize));
4060 Register result = candidate;