Home | History | Annotate | Download | only in mips64

Lines Matching refs:const_index

3066       int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3067 int index = (const_length - const_index) + 1;
3079 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3080 int loc = const_index - 1;
4584 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
4585 __ Daddu(scratch, zero_reg, Operand(Smi::FromInt(const_index)));