Searched refs:ITEM_NewObject (Results 1 – 3 of 3) sorted by relevance
61 if ((type < Const.ITEM_Bogus) || (type > Const.ITEM_NewObject)) { in StackMapType()71 if ((t < Const.ITEM_Bogus) || (t > Const.ITEM_NewObject)) { in setType()113 return type == Const.ITEM_Object || type == Const.ITEM_NewObject; in hasIndex()123 } else if (type == Const.ITEM_NewObject) { in printIndex()
1690 byte ITEM_NewObject = 8; field
2260 public static final byte ITEM_NewObject = 8; field in Const