Home
last modified time | relevance | path

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

/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java264 public static final int INSTANCE_OF_JUMBO = 0x02ff; field in Opcodes
DOpcodeInfo.java942 public static final Info INSTANCE_OF_JUMBO = field in OpcodeInfo
943 new Info(Opcodes.INSTANCE_OF_JUMBO, "instance-of/jumbo",
1325 set(INSTANCE_OF_JUMBO);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java199 Opcodes.INSTANCE_OF_JUMBO, Form22c.THE_ONE, true);
949 public static final Dop INSTANCE_OF_JUMBO = field in Dops
950 new Dop(Opcodes.INSTANCE_OF_JUMBO, Opcodes.INSTANCE_OF,
1326 set(INSTANCE_OF_JUMBO);