Lines Matching full:candidate
5720 Register candidate = scratch5; // Scratch register contains candidate.
5724 __ add(candidate, hash, Operand(SymbolTable::GetProbeOffset(i)));
5726 __ mov(candidate, hash);
5729 __ and_(candidate, candidate, Operand(mask));
5733 __ ldr(candidate,
5735 candidate,
5741 __ CompareObjectType(candidate, scratch, scratch, ODDBALL_TYPE);
5744 __ cmp(undefined, candidate);
5749 __ cmp(ip, candidate);
5756 // Check that the candidate is a non-external ASCII string. The instance
5761 // If length is not 2 the string is not a candidate.
5762 __ ldr(scratch, FieldMemOperand(candidate, String::kLengthOffset));
5768 __ ldrh(scratch, FieldMemOperand(candidate, SeqAsciiString::kHeaderSize));
5778 Register result = candidate;