Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DStackMapType.java61 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()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java1690 byte ITEM_NewObject = 8; field
DConst.java2260 public static final byte ITEM_NewObject = 8; field in Const