Searched defs:parameterCount (Results 1 – 9 of 9) sorted by relevance
112 int parameterCount(); in parameterCount() method
278 public int parameterCount() { // # outgoing values in parameterCount() method in MethodTypeForm
1210 final int parameterCount = callsiteType.parameterCount(); in exactMatch() local
84 int parameterCount(); in parameterCount() method
83 public int parameterCount() { in parameterCount() method in MethodTypeDescImpl
82 final int parameterCount = stackFrame.getMethodType().parameterCount(); in testRandomReaderWriter_allParamTypes() local
89 public int parameterCount() { return 0; } in parameterCount() method in MethodType
78 public int parameterCount() { throw new RuntimeException("Stub!"); } in parameterCount() method in MethodType
1083 final int parameterCount = executable.getParameterCount(); in getParameterTestHelpers() local