Searched refs:SPARSE_SWITCH_PAYLOAD (Results 1 - 3 of 3) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DSwitchData.java132 out.writeShort(Opcodes.SPARSE_SWITCH_PAYLOAD);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java314 public static final int SPARSE_SWITCH_PAYLOAD = 0x200; field in class:Opcodes
H A DOpcodeInfo.java51 public static final Info SPARSE_SWITCH_PAYLOAD = field in class:OpcodeInfo
52 new Info(Opcodes.SPARSE_SWITCH_PAYLOAD, "sparse-switch-payload",
1101 set(SPARSE_SWITCH_PAYLOAD);

Completed in 53 milliseconds