Searched refs:ITEM_Byte (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
101 Byte = (ITEM_Byte << 2 * BitsPerByte) | Category1,
/openjdk9/jdk/src/java.base/share/native/libverify/
H A Dcheck_code.c165 ITEM_Byte, enumerator in enum:__anon783
1451 full_info = MAKE_FULLINFO(ITEM_Byte, 1, 0); break;
2258 if (top_type != MAKE_FULLINFO(ITEM_Byte, 1, 0) &&
3777 ? MAKE_FULLINFO(ITEM_Byte, 0, 0)
3878 && ((type == ITEM_Short || type == ITEM_Byte || type == ITEM_Boolean || type == ITEM_Char)))
4335 case ITEM_Byte:

Completed in 118 milliseconds