Searched defs:methodType (Results 1 – 14 of 14) sorted by relevance
69 MethodDescriptor.MethodType methodType(); in methodType() method
18 static MethodSignature fromExecutableType(String methodName, ExecutableType methodType) { in fromExecutableType()
63 MethodType methodType = in invokeDynamic() local
71 final MethodType methodType = MethodType.methodType(CallSite.class, in test() local
92 MethodHandle findShadowMethodHandle(Class<?> theClass, String name, MethodType methodType, in findShadowMethodHandle()
38 MethodType methodType, boolean isStatic) throws IllegalAccessException { in findShadowMethodHandle()
199 MethodType methodType, boolean isStatic) throws IllegalAccessException { in findShadowMethodHandle()
312 private MethodType replaceTypeVariablesWithInferenceVariables(MethodType methodType) { in replaceTypeVariablesWithInferenceVariables()
337 String methodType = methodrefConstant.getType(clazz); in visitMethodrefConstant() local
359 Type methodType = Type.getMethodType(method.descriptor()); in makeDispatchHelperMethod() local
485 TypeId<Method> methodType = TypeId.get(Method.class); in generateCodeForAllMethods() local
1002 tok::TokenKind methodType = Tok.getKind(); in ParseObjCMethodPrototype() local
182 TypeId<Method> methodType = TypeId.get(Method.class); in testCreateLocalMethodAsNull() local
2205 String methodType; in method() local