Home | History | Annotate | Download | only in arm

Lines Matching full:char_code

3388   Register char_code = ToRegister(instr->char_code());
3390 ASSERT(!char_code.is(result));
3392 __ cmp(char_code, Operand(String::kMaxAsciiCharCode));
3395 __ add(result, result, Operand(char_code, LSL, kPointerSizeLog2));
3405 Register char_code = ToRegister(instr->char_code());
3414 __ SmiTag(char_code);
3415 __ push(char_code);