Home
last modified time | relevance | path

Searched refs:SPECIAL_FORMAT (Results 1 – 5 of 5) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java29 public static final int SPECIAL_FORMAT = -1; field in Opcodes
354 if (opcode < SPECIAL_FORMAT) { in isValidShape()
356 } else if (opcode == SPECIAL_FORMAT) { in isValidShape()
DOpcodeInfo.java40 public static final Info SPECIAL_FORMAT = field in OpcodeInfo
41 new Info(Opcodes.SPECIAL_FORMAT, "<special>",
1097 set(SPECIAL_FORMAT);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DVariableSizeInsn.java35 super(Dops.SPECIAL_FORMAT, position, registers); in VariableSizeInsn()
DZeroSizeInsn.java36 super(Dops.SPECIAL_FORMAT, position, RegisterSpecList.EMPTY); in ZeroSizeInsn()
DDops.java64 public static final Dop SPECIAL_FORMAT = field in Dops
65 new Dop(Opcodes.SPECIAL_FORMAT, Opcodes.SPECIAL_FORMAT,
1103 set(SPECIAL_FORMAT);