Searched refs:NEW_INSTANCE (Results 1 - 11 of 11) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegOps.java196 public static final int NEW_INSTANCE = 40; field in class:RegOps
353 case NEW_INSTANCE: return "new-instance";
H A DRops.java754 public static final Rop NEW_INSTANCE = field in class:Rops
755 new Rop(RegOps.NEW_INSTANCE, Type.OBJECT, StdTypeList.EMPTY,
1195 case RegOps.NEW_INSTANCE: return NEW_INSTANCE;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction21c.java51 if (opcode == Opcode.NEW_INSTANCE) {
64 if (opcode == Opcode.NEW_INSTANCE &&
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DRopToDop.java81 // Opcodes.NEW_INSTANCE
402 MAP.put(Rops.NEW_INSTANCE, Dops.NEW_INSTANCE);
H A DDops.java205 public static final Dop NEW_INSTANCE = field in class:Dops
206 new Dop(Opcodes.NEW_INSTANCE, Opcodes.NEW_INSTANCE,
954 new Dop(Opcodes.NEW_INSTANCE_JUMBO, Opcodes.NEW_INSTANCE,
1140 set(NEW_INSTANCE);
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java78 public static final int NEW_INSTANCE = 0x22; field in class:Opcodes
H A DOpcodeInfo.java198 public static final Info NEW_INSTANCE = field in class:OpcodeInfo
199 new Info(Opcodes.NEW_INSTANCE, "new-instance",
1139 set(NEW_INSTANCE);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DEscapeAnalysis.java261 case RegOps.NEW_INSTANCE:
741 RegOps.NEW_INSTANCE, exception);
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java616 addInstruction(new ThrowingCstInsn(Rops.NEW_INSTANCE, sourcePosition,
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java71 NEW_INSTANCE((byte)0x22, "new-instance", ReferenceType.type, Format.Format21c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java690 case NEW_INSTANCE:
1123 case NEW_INSTANCE:

Completed in 176 milliseconds