Searched defs:LIR_OprDesc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp46 // LIR_OprDesc
51 class LIR_OprDesc;
58 typedef LIR_OprDesc* LIR_Opr;
73 // define LIR_OprPtr early so LIR_OprDesc can refer to it
182 // The class LIR_OprDesc represents a LIR instruction operand;
189 class LIR_OprDesc: public CompilationResourceObj { class in inherits:CompilationResourceObj
458 inline LIR_OprDesc::OprType as_OprType(BasicType type) {
460 case T_INT: return LIR_OprDesc::int_type;
461 case T_LONG: return LIR_OprDesc::long_type;
462 case T_FLOAT: return LIR_OprDesc
[all...]

Completed in 47 milliseconds