Searched refs:mm2 (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/test/java/lang/reflect/annotationSharing/
H A DAnnotationSharing.java70 Method mm2 = AnnotationSharing.class.getDeclaredMethod("m", (Class<?>[])null);
71 validateAnnotationSharing(mm1, mm2);
77 Method mm2 = AnnotationSharing.class.getDeclaredMethod("m", (Class<?>[])null);
78 validateAnnotationSharingIsSafe(mm1, mm2);
79 validateArrayValues(mm1.getAnnotation(Baz.class), mm2.getAnnotation(Baz.class));
148 Method mm2 = b2.annotationType().getMethod("value", (Class<?>[]) null);
149 inner(mm1, mm2);
152 mm2 = b2.getClass().getMethod("value", (Class<?>[]) null);
153 inner(mm1, mm2);
156 private static void inner(Method mm1, Method mm2) argument
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dmemnode.hpp1417 void init(MergeMemNode* mm, const MergeMemNode* mm2 = NULL) {
1431 assert(mm2==NULL || mm2->verify_sparse(), "please, no dups of base");
1435 _mm2 = mm2;
1475 // only iterates through non-empty elements of mm2
1476 MergeMemStream(MergeMemNode* mm, const MergeMemNode* mm2) { argument
1477 assert(mm2, "second argument must be a MergeMem also");
1478 ((MergeMemNode*)mm2)->iteration_setup(); // update hidden state
1479 mm->iteration_setup(mm2);
1480 init(mm, mm2);
[all...]
/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s577 movq 16(%esi),%mm2
582 movq %mm2,-48(%edi)
583 movq 40(%esi),%mm2
588 movq %mm2,-24(%edi)
/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s556 movq 16(%esi),%mm2
561 movq %mm2,-48(%edi)
562 movq 40(%esi),%mm2
567 movq %mm2,-24(%edi)

Completed in 204 milliseconds