Searched refs:mm1 (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/test/java/lang/reflect/annotationSharing/
H A DAnnotationSharing.java69 Method mm1 = AnnotationSharing.class.getDeclaredMethod("m", (Class<?>[])null);
71 validateAnnotationSharing(mm1, mm2);
76 Method mm1 = AnnotationSharing.class.getDeclaredMethod("m", (Class<?>[])null);
78 validateAnnotationSharingIsSafe(mm1, mm2);
79 validateArrayValues(mm1.getAnnotation(Baz.class), mm2.getAnnotation(Baz.class));
147 Method mm1 = b1.annotationType().getMethod("value", (Class<?>[]) null);
149 inner(mm1, mm2);
151 mm1 = b1.getClass().getMethod("value", (Class<?>[]) null);
153 inner(mm1, mm2);
156 private static void inner(Method mm1, Metho argument
[all...]
/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s575 movq 8(%esi),%mm1
580 movq %mm1,-56(%edi)
581 movq 32(%esi),%mm1
586 movq %mm1,-32(%edi)
587 movq 56(%esi),%mm1
591 movq %mm1,-8(%edi)
/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s554 movq 8(%esi),%mm1
559 movq %mm1,-56(%edi)
560 movq 32(%esi),%mm1
565 movq %mm1,-32(%edi)
566 movq 56(%esi),%mm1
570 movq %mm1,-8(%edi)

Completed in 42 milliseconds