Searched refs:long_type (Results 1 - 7 of 7) sorted by relevance

/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.cpp37 case ITEM_Long: return long_type();
H A Dverifier.cpp763 VerificationType::long_type(),
912 VerificationType::long_type(),
1075 VerificationType::long_type(), CHECK_VERIFY(this));
1321 VerificationType::long_type(), CHECK_VERIFY(this));
1326 VerificationType::long_type(), CHECK_VERIFY(this));
1328 VerificationType::long_type(),
1338 VerificationType::long_type(), CHECK_VERIFY(this));
1340 VerificationType::long_type(),
1381 VerificationType::long_type(),
1387 VerificationType::long_type(), CHECK_VERIF
[all...]
H A DverificationType.hpp136 static VerificationType long_type() { return VerificationType(Long); } function in class:VALUE_OBJ_CLASS_SPEC
H A DstackMapFrame.cpp121 case T_LONG: return VerificationType::long_type();
H A Dverifier.hpp449 *inference_type = VerificationType::long_type();
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp291 , long_type = 2 << type_shift enumerator in enum:LIR_OprDesc::OprType
465 case T_LONG: return LIR_OprDesc::long_type;
480 case LIR_OprDesc::long_type: return T_LONG;
601 LIR_OprDesc::long_type |
688 LIR_OprDesc::long_type |
789 LIR_OprDesc::long_type |
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1465 if (result->type_field() == LIR_OprDesc::long_type) {

Completed in 145 milliseconds