Searched defs:ITEM_Long (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DStackMapTable_attribute.java310 public static final int ITEM_Long = 4; field in class:StackMapTable_attribute.verification_type_info
324 case ITEM_Long:
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassSyntax.java79 ITEM_Long = 4, field in class:ClassSyntax
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp42 ITEM_Long = 4, enumerator in enum:__anon177
105 Long = (ITEM_Long << 2 * BitsPerByte) | Category2,
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java780 public static final byte ITEM_Long = 4; field in interface:Constants
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c113 ITEM_Long, enumerator in enum:__anon643
1384 full_info = MAKE_FULLINFO(ITEM_Long, 1, 0); break;
1880 type = ITEM_Long; double_word = JNI_TRUE; break;
2149 if (top_type != MAKE_FULLINFO(ITEM_Long, 0, 0))
2165 if (top_type != MAKE_FULLINFO(ITEM_Long, 1, 0))
2226 || top_type == MAKE_FULLINFO(ITEM_Long, 0, 0)) {
2791 stack->item = MAKE_FULLINFO(ITEM_Long, 0, 0);
2800 if (stype == MAKE_FULLINFO(ITEM_Long, 0, 0) ||
3708 full_info = MAKE_FULLINFO(ITEM_Long, 0, 0);
4205 case ITEM_Long
[all...]

Completed in 53 milliseconds