Home | History | Annotate | Download | only in arm

Lines Matching refs:const_index

3186       int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3187 int index = (const_length - const_index) + 1;
3196 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3197 int loc = const_index - 1;
4564 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
4565 __ mov(scratch, Operand(Smi::FromInt(const_index)));