Home | History | Annotate | Download | only in arm

Lines Matching defs:char_code

3848   Register char_code = ToRegister(instr->char_code());
3850 ASSERT(!char_code.is(result));
3852 __ cmp(char_code, Operand(String::kMaxAsciiCharCode));
3855 __ add(result, result, Operand(char_code, LSL, kPointerSizeLog2));
3865 Register char_code = ToRegister(instr->char_code());
3874 __ SmiTag(char_code);
3875 __ push(char_code);