Home | History | Annotate | Download | only in arm

Lines Matching refs:const_index

2770       int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
2771 int index = (const_length - const_index) + 1;
2780 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
2781 int loc = const_index - 1;
4290 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
4291 __ mov(scratch, Operand(Smi::FromInt(const_index)));