Searched refs:ITEM_NewObject (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DStackMapType.java104 if((t < Constants.ITEM_Bogus) || (t > Constants.ITEM_NewObject))
113 * in byte code, if type == ITEM_NewObject, and -1 otherwise
130 /** @return true, if type is either ITEM_Object or ITEM_NewObject
134 (type == Constants.ITEM_NewObject));
140 else if(type == Constants.ITEM_NewObject)
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c117 ITEM_NewObject, /* Like object, but uninitialized. */ enumerator in enum:__anon643
1361 this_idata->operand.fi = MAKE_FULLINFO(ITEM_NewObject, 0, inumber);
1911 MAKE_FULLINFO(ITEM_NewObject, 0, 0) &&
2088 if ( (GET_ITEM_TYPE(top_type) == ITEM_NewObject
2123 if (item_type != ITEM_NewObject && item_type != ITEM_InitObject)
2333 if (GET_ITEM_TYPE(stack_extra_info[0]) == ITEM_NewObject) {
3040 if (GET_ITEM_TYPE(item->item) == ITEM_NewObject) {
3050 if (GET_ITEM_TYPE(item->item) == ITEM_NewObject) {
3058 if (GET_ITEM_TYPE(new_registers[i]) == ITEM_NewObject) {
3066 new_set[i] = GET_ITEM_TYPE(t) != ITEM_NewObject
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java784 public static final byte ITEM_NewObject = 8; field in interface:Constants

Completed in 46 milliseconds