Searched defs:itype (Results 1 - 3 of 3) 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...]
/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/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 109 milliseconds