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

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java265 public static final int NEW_INSTANCE_JUMBO = 0x03ff; field in class:Opcodes
H A DOpcodeInfo.java946 public static final Info NEW_INSTANCE_JUMBO = field in class:OpcodeInfo
947 new Info(Opcodes.NEW_INSTANCE_JUMBO, "new-instance/jumbo",
1326 set(NEW_INSTANCE_JUMBO);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java207 Opcodes.NEW_INSTANCE_JUMBO, Form21c.THE_ONE, true);
953 public static final Dop NEW_INSTANCE_JUMBO = field in class:Dops
954 new Dop(Opcodes.NEW_INSTANCE_JUMBO, Opcodes.NEW_INSTANCE,
1327 set(NEW_INSTANCE_JUMBO);

Completed in 23 milliseconds