Searched refs:method3 (Results 1 – 3 of 3) sorted by relevance
46 .method public static method3()V61 invoke-static {}, LDeadInstructions;->method3(J)V
20 public Class<?> method3(); in method3() method114 expectEquals(main.method3(), Main.class); in callMains()200 expectEquals(main.method3(), SubMain.class); in callSubMains()288 public Class<?> method3() { return Main.class; } in method3() method in Main370 public Class<?> method3() { return SubMain.class; } in method3() method in SubMain
601 Method method3; in checkParametrizedTypeEqualsAndHashCode() local605 method3 = ParametrizedTypeTest.class.getDeclaredMethod("aMethodIdentical", Set.class); in checkParametrizedTypeEqualsAndHashCode()612 List<Type> types3 = Arrays.asList(method3.getGenericParameterTypes()); in checkParametrizedTypeEqualsAndHashCode()657 Method method3; in checkGenericArrayTypeEqualsAndHashCode() local661 … method3 = GenericArrayTypeTest.class.getDeclaredMethod("aMethodIdentical", Object[].class); in checkGenericArrayTypeEqualsAndHashCode()668 List<Type> types3 = Arrays.asList(method3.getGenericParameterTypes()); in checkGenericArrayTypeEqualsAndHashCode()