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

/openjdk9/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::__anon370
102 Short = (ITEM_Short << 2 * BitsPerByte) | Category1,
/openjdk9/jdk/src/java.base/share/native/libverify/
H A Dcheck_code.c166 ITEM_Short, enumerator in enum:__anon783
1455 full_info = MAKE_FULLINFO(ITEM_Short, 1, 0); break;
2271 if (top_type != MAKE_FULLINFO(ITEM_Short, 1, 0))
3791 ? MAKE_FULLINFO(ITEM_Short, 0, 0)
3878 && ((type == ITEM_Short || type == ITEM_Byte || type == ITEM_Boolean || type == ITEM_Char)))
4331 case ITEM_Short:

Completed in 100 milliseconds