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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCastExpr.java194 final Type ltype = _left.getType();
215 if (_type != ltype) {
218 fl = ltype.translateToDesynthesized(classGen, methodGen,
225 ltype.translateTo(classGen, methodGen, _type);
232 final Type ltype = _left.getType();
234 if (_type.identicalTo(ltype) == false) {
236 ltype.translateTo(classGen, methodGen, _type);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageAffineEdge.c668 mlib_type ltype = mlib_ImageGetLutType(colormap); local
679 if (ltype == MLIB_BYTE) {
682 else if (ltype == MLIB_SHORT) {
692 switch (ltype) {
792 mlib_type ltype; local
801 ltype = (colormap != NULL) ? mlib_ImageGetLutType(colormap) : type;
803 if (ltype == MLIB_BYTE) {
828 if (ltype == MLIB_BYTE) {
831 else if (ltype == MLIB_SHORT) {
841 switch (ltype) {
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp523 const TypeInt* ltype = _gvn.find_int_type(length[0]); local
524 if (ltype != NULL)
525 type = type->is_aryptr()->cast_to_size(ltype);

Completed in 33 milliseconds