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