Home | History | Annotate | Download | only in arm

Lines Matching refs:const_length

2681     int const_length = ToInteger32(LConstantOperand::cast(instr->length()));
2684 int index = (const_length - const_index) + 1;
2688 __ rsb(result, index, Operand(const_length + 1));