Searched refs:FromParameterIndex (Results 1 – 6 of 6) sorted by relevance
36 Register Register::FromParameterIndex(int index, int parameter_count) { in FromParameterIndex() function in v8::internal::interpreter::Register
29 static Register FromParameterIndex(int index, int parameter_count);
237 -Register::FromParameterIndex(0, parameter_count).index(); in BytecodeRegisterOptimizer()
70 return Register::FromParameterIndex(parameter_index + 1, parameter_count()); in Parameter()74 return Register::FromParameterIndex(0, parameter_count()); in Receiver()
1624 IntPtrConstant(Register::FromParameterIndex(0, 1).ToOperand() - 1), in ExportParametersAndRegisterFile()
2850 environment()->LookupRegister(interpreter::Register::FromParameterIndex( in VisitSuspendGenerator()