Home | History | Annotate | Download | only in mips

Lines Matching full:const_index

3082       int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3083 int index = (const_length - const_index) + 1;
3095 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3096 int loc = const_index - 1;
4520 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
4521 __ Addu(scratch, zero_reg, Operand(Smi::FromInt(const_index)));