Searched refs:double2_type (Results 1 - 6 of 6) sorted by relevance

/openjdk9/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");
H A DciTypeFlow.cpp1494 } else if (type == double2_type()) {
/openjdk9/hotspot/src/share/vm/classfile/
H A Dverifier.cpp776 VerificationType::double2_type(), CHECK_VERIFY(this));
942 VerificationType::double2_type(), CHECK_VERIFY(this));
1103 VerificationType::double2_type(),
1363 VerificationType::double2_type(),
1368 VerificationType::double2_type(),
1372 VerificationType::double2_type(), CHECK_VERIFY(this));
1402 VerificationType::double2_type(), CHECK_VERIFY(this));
1417 VerificationType::double2_type(), CHECK_VERIFY(this));
1437 VerificationType::double2_type(), CHECK_VERIFY(this));
1441 VerificationType::double2_type(),
[all...]
H A DverificationType.hpp143 static VerificationType double2_type() function in class:VALUE_OBJ_CLASS_SPEC
H A Dverifier.hpp454 *++inference_type = VerificationType::double2_type();
/openjdk9/hotspot/src/share/vm/opto/
H A Dtype.cpp206 assert(type == ciTypeFlow::StateVector::double2_type(), "");
219 assert(type != ciTypeFlow::StateVector::double2_type(), "");

Completed in 140 milliseconds