Home | History | Annotate | Download | only in s390

Lines Matching refs:const_index

2819       int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
2820 int index = (const_length - const_index) + 1;
2831 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
2832 int loc = const_index - 1;
4490 int const_index = ToInteger32(LConstantOperand::cast(instr->index()));
4491 __ LoadSmiLiteral(scratch, Smi::FromInt(const_index));