Searched refs:xtype (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DBoundMethodHandle.java64 static MethodHandle bindSingle(MethodType type, LambdaForm form, char xtype, Object x) { argument
67 switch (xtype) {
79 default : throw new InternalError("unexpected xtype: " + xtype);
90 MethodHandle cloneExtend(MethodType type, LambdaForm form, char xtype, Object x) { argument
92 switch (xtype) {
102 throw new InternalError("unexpected type: " + xtype);
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp5527 const TypeOopPtr* xtype = aklass->as_instance_type(); local
5528 Node* aescrypt_object = new(C) CheckCastPPNode(control(), embeddedCipherObj, xtype);

Completed in 51 milliseconds