Home | History | Annotate | Download | only in ia32

Lines Matching defs:char_code

3606   Register char_code = ToRegister(instr->char_code());
3608 ASSERT(!char_code.is(result));
3610 __ cmp(char_code, String::kMaxAsciiCharCode);
3614 char_code, times_pointer_size,
3623 Register char_code = ToRegister(instr->char_code());
3632 __ SmiTag(char_code);
3633 __ push(char_code);