Home | History | Annotate | Download | only in ia32

Lines Matching full:char_code

3262   Register char_code = ToRegister(instr->char_code());
3264 ASSERT(!char_code.is(result));
3266 __ cmp(char_code, String::kMaxAsciiCharCode);
3270 char_code, times_pointer_size,
3279 Register char_code = ToRegister(instr->char_code());
3288 __ SmiTag(char_code);
3289 __ push(char_code);