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

/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp142 static VerificationType double2_type() function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp192 static ciType* double2_type(){ return ciType::make((BasicType)T_DOUBLE2); } function in class:ciTypeFlow::StateVector
198 case T_DOUBLE: return double2_type();
307 push(double2_type());
310 assert(type_at_tos() == double2_type(), "must be 2nd half");
408 assert(type2 == double2_type(), "must be 2nd half");
410 push(double2_type());
416 assert(type2 == double2_type(), "must be 2nd half");

Completed in 39 milliseconds