Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java275 public static final int SPARSE_SWITCH_PAYLOAD = 0x200; field in Opcodes
DOpcodeInfo.java51 public static final Info SPARSE_SWITCH_PAYLOAD = field in OpcodeInfo
52 new Info(Opcodes.SPARSE_SWITCH_PAYLOAD, "sparse-switch-payload",
945 set(SPARSE_SWITCH_PAYLOAD);
/dalvik/dx/src/com/android/dx/dex/code/
DSwitchData.java132 out.writeShort(Opcodes.SPARSE_SWITCH_PAYLOAD); in writeTo()