Searched defs:ITEM_Short (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp67 ITEM_Boolean = 9, ITEM_Byte, ITEM_Short, ITEM_Char, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon179
101 Short = (ITEM_Short << 2 * BitsPerByte) | Category1,
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c124 ITEM_Short, enumerator in enum:__anon643
1394 full_info = MAKE_FULLINFO(ITEM_Short, 1, 0); break;
2206 if (top_type != MAKE_FULLINFO(ITEM_Short, 1, 0))
3687 ? MAKE_FULLINFO(ITEM_Short, 0, 0)
3774 && ((type == ITEM_Short || type == ITEM_Byte || type == ITEM_Char)))
4227 case ITEM_Short:

Completed in 44 milliseconds