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

/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp136 static VerificationType long2_type() { return VerificationType(Long_2nd); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp191 static ciType* long2_type() { return ciType::make((BasicType)T_LONG2); } function in class:ciTypeFlow::StateVector
197 case T_LONG: return long2_type();
324 push(long2_type());
327 assert(type_at_tos() == long2_type(), "must be 2nd half");
454 assert(type2 == long2_type(), "must be 2nd half");
456 push(long2_type());
462 assert(type2 == long2_type(), "must be 2nd half");

Completed in 37 milliseconds