Home | History | Annotate | Download | only in x64

Lines Matching refs:const_index

2724     int32_t const_index = ToInteger32(LConstantOperand::cast(instr->index()));
2726 if (const_index >= 0 && const_index < const_length) {
2729 __ movp(result, args.GetArgumentOperand(const_index));
4373 int32_t const_index = ToInteger32(LConstantOperand::cast(instr->index()));
4374 __ Push(Smi::FromInt(const_index));