Searched refs:m16 (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/java/beans/SimpleBeanInfo/LoadingStandardIcons/
H A DLoadingStandardIcons.java45 final Image m16 = ((BeanInfo) bi).getIcon(BeanInfo.ICON_MONO_16x16);
49 if (m16 == null || m32 == null || c16 == null || c32 == null) {
/openjdk9/langtools/test/tools/javac/lambda/
H A DMethodReference73.java67 static void m16(MethodReference73 rec, String x, int i) {} method in class:MethodReference73
68 void m16(String x, int i) {} method in class:MethodReference73
108 SAM s16 = MethodReference73::m16; //(IV, IV) incompatible types, invalid method reference
/openjdk9/langtools/test/tools/javac/6558548/
H A DT6558548.java138 void m16() { method in class:T6558548
/openjdk9/hotspot/test/compiler/arraycopy/
H A DTestArrayCopyAsLoadsStores.java192 static A[] m16(A[] unused_src, int i) { method in class:TestArrayCopyAsLoadsStores
350 test.doTest("m16");
/openjdk9/hotspot/test/compiler/rangechecks/
H A DTestRangeCheckSmearing.java299 static int m16(int[] array, int i, boolean ignore) { method in class:TestRangeCheckSmearing
438 doTest("m16");

Completed in 60 milliseconds