Home | History | Annotate | Download | only in x64

Lines Matching defs:char_code

3570   Register char_code = ToRegister(instr->char_code());
3572 ASSERT(!char_code.is(result));
3574 __ cmpl(char_code, Immediate(String::kMaxAsciiCharCode));
3578 char_code, times_pointer_size,
3587 Register char_code = ToRegister(instr->char_code());
3596 __ Integer32ToSmi(char_code, char_code);
3597 __ push(char_code);