Searched refs:ITEM_Char (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
103 Char = (ITEM_Char << 2 * BitsPerByte) | Category1,
/openjdk9/jdk/src/java.base/share/native/libverify/
H A Dcheck_code.c167 ITEM_Char, enumerator in enum:__anon783
1453 full_info = MAKE_FULLINFO(ITEM_Char, 1, 0); break;
2265 if (top_type != MAKE_FULLINFO(ITEM_Char, 1, 0))
3784 ? MAKE_FULLINFO(ITEM_Char, 0, 0)
3878 && ((type == ITEM_Short || type == ITEM_Byte || type == ITEM_Boolean || type == ITEM_Char)))
4329 case ITEM_Char:

Completed in 94 milliseconds