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

/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.cpp35 case ITEM_Float: return float_type();
H A Dverifier.cpp770 VerificationType::float_type(), CHECK_VERIFY(this));
927 VerificationType::float_type(), CHECK_VERIFY(this));
1089 VerificationType::float_type(), CHECK_VERIFY(this));
1349 VerificationType::float_type(), CHECK_VERIFY(this));
1353 VerificationType::float_type(), CHECK_VERIFY(this));
1355 VerificationType::float_type(), CHECK_VERIFY(this));
1395 VerificationType::float_type(), CHECK_VERIFY(this));
1409 VerificationType::float_type(), CHECK_VERIFY(this));
1421 VerificationType::float_type(), CHECK_VERIFY(this));
1427 VerificationType::float_type(), CHECK_VERIF
[all...]
H A DverificationType.hpp135 static VerificationType float_type() { return VerificationType(Float); } function in class:VALUE_OBJ_CLASS_SPEC
H A DstackMapFrame.cpp119 case T_FLOAT: return VerificationType::float_type();
H A Dverifier.hpp464 *inference_type = VerificationType::float_type();
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp294 , float_type = 5 << type_shift enumerator in enum:LIR_OprDesc::OprType
466 case T_FLOAT: return LIR_OprDesc::float_type;
481 case LIR_OprDesc::float_type: return T_FLOAT;
608 LIR_OprDesc::float_type |
619 LIR_OprDesc::float_type |
635 LIR_OprDesc::float_type |
697 LIR_OprDesc::float_type |
712 LIR_OprDesc::float_type |
796 LIR_OprDesc::float_type |

Completed in 92 milliseconds