Searched refs:ITEM_Char (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
102 Char = (ITEM_Char << 2 * BitsPerByte) | Category1,
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c125 ITEM_Char enumerator in enum:__anon643
1392 full_info = MAKE_FULLINFO(ITEM_Char, 1, 0); break;
2200 if (top_type != MAKE_FULLINFO(ITEM_Char, 1, 0))
3680 ? MAKE_FULLINFO(ITEM_Char, 0, 0)
3774 && ((type == ITEM_Short || type == ITEM_Byte || type == ITEM_Char)))
4225 case ITEM_Char:

Completed in 268 milliseconds