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

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java264 public static final int INSTANCE_OF_JUMBO = 0x02ff; field in class:Opcodes
H A DOpcodeInfo.java942 public static final Info INSTANCE_OF_JUMBO = field in class: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/
H A DDops.java199 Opcodes.INSTANCE_OF_JUMBO, Form22c.THE_ONE, true);
949 public static final Dop INSTANCE_OF_JUMBO = field in class:Dops
950 new Dop(Opcodes.INSTANCE_OF_JUMBO, Opcodes.INSTANCE_OF,
1326 set(INSTANCE_OF_JUMBO);

Completed in 49 milliseconds