Home | History | Annotate | Download | only in mips

Lines Matching defs:char_code

3759   Register char_code = ToRegister(instr->char_code());
3762 ASSERT(!char_code.is(result));
3765 char_code, Operand(String::kMaxAsciiCharCode));
3767 __ sll(scratch, char_code, kPointerSizeLog2);
3777 Register char_code = ToRegister(instr->char_code());
3786 __ SmiTag(char_code);
3787 __ push(char_code);