Lines Matching refs:MH
335 // Bootstrapping requires circular relations MH -> BMH -> SpeciesData -> MH
354 * represents a MH bound to a generic invoker, which in turn forwards to the corresponding
500 static final String MH = "java/lang/invoke/MethodHandle";
501 static final String MH_SIG = "L"+MH+";";
631 mv.visitTypeInsn(CHECKCAST, MH);
660 mv.visitMethodInsn(INVOKEVIRTUAL, MH, "invokeBasic", makeSignature(types, false));
688 mv.visitMethodInsn(INVOKEVIRTUAL, MH, "invokeBasic", makeSignature(types + t, false));
742 // Getter MH generation.
813 * are turned into bytecode, because the call to the allocator is routed through an MH, and the