Searched refs:itype (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DAssignOpExpression.java40 protected Type itype; // Type of intermediate result, before assigning field in class:AssignOpExpression
69 type = itype = Type.tString;
76 itype = Type.tDouble;
78 itype = Type.tFloat;
80 itype = Type.tLong;
82 itype = Type.tInt;
88 itype = Type.tBoolean;
90 itype = Type.tLong;
92 itype = Type.tInt;
112 itype
[all...]
H A DAssignBitAndExpression.java50 asm.add(where, opc_iand + itype.getTypeCodeOffset());
H A DAssignBitOrExpression.java50 asm.add(where, opc_ior + itype.getTypeCodeOffset());
H A DAssignBitXorExpression.java49 asm.add(where, opc_ixor + itype.getTypeCodeOffset());
H A DAssignDivideExpression.java49 asm.add(where, opc_idiv + itype.getTypeCodeOffset());
H A DAssignMultiplyExpression.java49 asm.add(where, opc_imul + itype.getTypeCodeOffset());
H A DAssignRemainderExpression.java49 asm.add(where, opc_irem + itype.getTypeCodeOffset());
H A DAssignShiftLeftExpression.java50 asm.add(where, opc_ishl + itype.getTypeCodeOffset());
H A DAssignShiftRightExpression.java49 asm.add(where, opc_ishr + itype.getTypeCodeOffset());
H A DAssignSubtractExpression.java49 asm.add(where, opc_isub + itype.getTypeCodeOffset());
H A DAssignUnsignedShiftRightExpression.java49 asm.add(where, opc_iushr + itype.getTypeCodeOffset());
H A DAssignAddExpression.java57 if (itype.isType(TC_CLASS)) {
147 asm.add(where, opc_iadd + itype.getTypeCodeOffset());
/openjdk7/jdk/make/java/nio/
H A DgenCoder.sh63 -Dotypes-per-itype='chars-per-byte' \
93 -Dotypes-per-itype='bytes-per-char' \
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DCurve.java258 final Integer itype = type;
278 curCurveOff = itype;
/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis.c160 enum dis_insn_type itype = dinfo->insn_type; local
162 if ((itype == dis_nonbranch && (dsize | delays) == 0)
167 switch (itype) {
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DWebRowSetXmlWriter.java227 int itype = caller.getType();
230 if(itype == 1003) {
232 } else if(itype == 1004) {
234 } else if(itype == 1005) {
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMemberName.java151 MethodType itype = getMethodOrFieldType();
153 return itype.changeReturnType(clazz);
155 return itype.insertParameterTypes(0, clazz);
156 return itype;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLNameTranslatorImpl.java172 IDLType itype = classToIDLType( cls ) ;
173 return itype.getExceptionName() ;
H A DIDLNameTranslatorImpl_save.sjava163 IDLType itype = classToIDLType( cls ) ;
164 return itype.getExceptionName() ;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java611 Type itype = attribExpr(initializer, env, type);
612 if (itype.constValue() != null)
613 return coerce(itype, type).constValue();
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp2164 const TypeInstPtr* itype = btype->isa_instptr(); local
2165 if (itype != NULL) {
2168 ciKlass* klass = itype->klass();

Completed in 299 milliseconds