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

/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.cpp36 case ITEM_Long: return long_type();
H A Dverifier.cpp704 VerificationType::long_type(),
853 VerificationType::long_type(),
1016 VerificationType::long_type(), CHECK_VERIFY(this));
1262 VerificationType::long_type(), CHECK_VERIFY(this));
1267 VerificationType::long_type(), CHECK_VERIFY(this));
1269 VerificationType::long_type(),
1279 VerificationType::long_type(), CHECK_VERIFY(this));
1281 VerificationType::long_type(),
1322 VerificationType::long_type(),
1328 VerificationType::long_type(), CHECK_VERIF
[all...]
H A DverificationType.hpp135 static VerificationType long_type() { return VerificationType(Long); } function in class:VALUE_OBJ_CLASS_SPEC
H A DstackMapFrame.cpp136 case T_LONG: return VerificationType::long_type();
H A Dverifier.hpp421 *inference_type = VerificationType::long_type();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp287 , long_type = 2 << type_shift enumerator in enum:LIR_OprDesc::OprType
461 case T_LONG: return LIR_OprDesc::long_type;
475 case LIR_OprDesc::long_type: return T_LONG;
584 LIR_OprDesc::long_type |
671 LIR_OprDesc::long_type |
766 LIR_OprDesc::long_type |
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1556 if (result->type_field() == LIR_OprDesc::long_type) {

Completed in 77 milliseconds