Home | History | Annotate | Download | only in x64

Lines Matching refs:const_index

3058     int32_t const_index = ToInteger32(LConstantOperand::cast(instr->index()));
3060 if (const_index >= 0 && const_index < const_length) {
3063 __ movp(result, args.GetArgumentOperand(const_index));
4581 int32_t const_index = ToInteger32(LConstantOperand::cast(instr->index()));
4582 __ Push(Smi::FromInt(const_index));