Searched refs:parameterSlotCount (Results 1 – 2 of 2) sorted by relevance
398 checkSlotCount(parameterSlotCount() + ptypesToInsert.length + ins); in insertParameterTypes()1001 /*non-public*/ int parameterSlotCount() { in parameterSlotCount() method in MethodType1002 return form.parameterSlotCount(); in parameterSlotCount()
281 public int parameterSlotCount() { // # outgoing interpreter slots in parameterSlotCount() method in MethodTypeForm