Searched refs:integer_type (Results 1 - 5 of 5) sorted by relevance

/openjdk9/hotspot/src/share/vm/classfile/
H A Dverifier.cpp758 VerificationType::integer_type(), CHECK_VERIFY(this));
781 VerificationType::integer_type(), CHECK_VERIFY(this));
846 VerificationType::integer_type(), CHECK_VERIFY(this));
856 VerificationType::integer_type(), CHECK_VERIFY(this));
860 VerificationType::integer_type(), CHECK_VERIFY(this));
870 VerificationType::integer_type(), CHECK_VERIFY(this));
874 VerificationType::integer_type(), CHECK_VERIFY(this));
884 VerificationType::integer_type(), CHECK_VERIFY(this));
888 VerificationType::integer_type(), CHECK_VERIFY(this));
898 VerificationType::integer_type(), CHECK_VERIF
[all...]
H A DverificationType.cpp34 case ITEM_Integer: return integer_type();
H A DverificationType.hpp134 static VerificationType integer_type() { return VerificationType(Integer); } function in class:VALUE_OBJ_CLASS_SPEC
H A DstackMapFrame.cpp114 case T_INT: return VerificationType::integer_type();
H A Dverifier.hpp461 *inference_type = VerificationType::integer_type();

Completed in 59 milliseconds