/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | RegOps.java | 33 public static final int NOP = 1; field in RegOps 314 case NOP: return "nop"; in opName()
|
D | Rops.java | 34 public static final Rop NOP = field in Rops 35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop"); 1125 case RegOps.NOP: return NOP; in ropFor()
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | RegOps.java | 33 public static final int NOP = 1; field in RegOps 314 case NOP: return "nop"; in opName()
|
D | Rops.java | 34 public static final Rop NOP = field in Rops 35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop"); 1125 case RegOps.NOP: return NOP; in ropFor()
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
D | OddSpacer.java | 50 out.writeShort(InsnFormat.codeUnit(DalvOps.NOP, 0)); in writeTo()
|
D | SwitchData.java | 111 out.writeShort(0x100 | DalvOps.NOP); in writeTo() 131 out.writeShort(0x200 | DalvOps.NOP); in writeTo()
|
D | DalvOps.java | 34 public static final int NOP = 0x00; field in DalvOps
|
D | ArrayData.java | 113 out.writeShort(0x300 | DalvOps.NOP); in writeTo()
|
D | RopToDop.java | 55 MAP.put(Rops.NOP, Dops.NOP); in MAP.put() argument 328 return Dops.NOP; in dopFor()
|
D | Dops.java | 63 public static final Dop NOP = field in Dops 64 new Dop(DalvOps.NOP, DalvOps.NOP, 944 set(NOP);
|
/dalvik/dx/src/com/android/dx/dex/code/ |
D | OddSpacer.java | 51 out.writeShort(InsnFormat.codeUnit(Opcodes.NOP, 0)); in writeTo()
|
D | RopToDop.java | 226 MAP.put(Rops.NOP, Dops.NOP); in MAP.put() argument 499 return Dops.NOP; in dopFor()
|
D | Dops.java | 66 public static final Dop NOP = field in Dops 67 new Dop(Opcodes.NOP, Opcodes.NOP, 947 set(NOP);
|
/dalvik/dx/src/com/android/dx/io/ |
D | Opcodes.java | 44 public static final int NOP = 0x00; field in Opcodes
|
D | OpcodeInfo.java | 62 public static final Info NOP = field in OpcodeInfo 63 new Info(Opcodes.NOP, "nop", 949 set(NOP);
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | ValueAwareMachine.java | 43 case ByteOps.NOP: in run()
|
D | ByteOps.java | 27 public static final int NOP = 0x00; field in ByteOps
|
D | RopperMachine.java | 786 case ByteOps.NOP: { in jopToRopOpcode() 787 return RegOps.NOP; in jopToRopOpcode()
|
D | Simulator.java | 233 case ByteOps.NOP: { in visitNoArgs()
|
D | BytecodeArray.java | 228 case ByteOps.NOP: { in parseInstruction()
|