Home | History | Annotate | Download | only in x64

Lines Matching full:char_code

3245   Register char_code = ToRegister(instr->char_code());
3247 ASSERT(!char_code.is(result));
3249 __ cmpl(char_code, Immediate(String::kMaxAsciiCharCode));
3253 char_code, times_pointer_size,
3262 Register char_code = ToRegister(instr->char_code());
3271 __ Integer32ToSmi(char_code, char_code);
3272 __ push(char_code);