Searched refs:ICONST_5 (Results 1 – 2 of 2) sorted by relevance
/dalvik/dx/src/com/android/dx/cf/code/ | ||
D | ByteOps.java | 35 public static final int ICONST_5 = 0x08; field in ByteOps |
D | BytecodeArray.java | 267 case ByteOps.ICONST_5: { in parseInstruction() |