Searched defs:ITEM_Byte (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
100 Byte = (ITEM_Byte << 2 * BitsPerByte) | Category1,
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c123 ITEM_Byte, enumerator in enum:__anon643
1390 full_info = MAKE_FULLINFO(ITEM_Byte, 1, 0); break;
2194 if (top_type != MAKE_FULLINFO(ITEM_Byte, 1, 0))
3673 ? MAKE_FULLINFO(ITEM_Byte, 0, 0)
3774 && ((type == ITEM_Short || type == ITEM_Byte || type == ITEM_Char)))
4229 case ITEM_Byte:

Completed in 2212 milliseconds