Searched refs:NOP (Results 1 - 21 of 21) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DOddSpacer.java50 out.writeShort(InsnFormat.codeUnit(DalvOps.NOP, 0));
H A DSwitchData.java111 out.writeShort(0x100 | DalvOps.NOP);
131 out.writeShort(0x200 | DalvOps.NOP);
H A DArrayData.java113 out.writeShort(0x300 | DalvOps.NOP);
H A DRopToDop.java55 MAP.put(Rops.NOP, Dops.NOP);
328 return Dops.NOP;
H A DDalvOps.java34 public static final int NOP = 0x00; field in class:DalvOps
H A DDops.java63 public static final Dop NOP = field in class:Dops
64 new Dop(DalvOps.NOP, DalvOps.NOP,
944 set(NOP);
/dalvik/dx/src/com/android/dx/dex/code/
H A DOddSpacer.java51 out.writeShort(InsnFormat.codeUnit(Opcodes.NOP, 0));
H A DRopToDop.java60 // Opcodes.NOP
227 MAP.put(Rops.NOP, Dops.NOP);
500 return Dops.NOP;
H A DDops.java66 public static final Dop NOP = field in class:Dops
67 new Dop(Opcodes.NOP, Opcodes.NOP,
947 set(NOP);
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegOps.java33 public static final int NOP = 1; field in class:RegOps
314 case NOP: return "nop";
H A DRops.java34 public static final Rop NOP = field in class:Rops
35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
1125 case RegOps.NOP: return NOP;
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegOps.java33 public static final int NOP = 1; field in class:RegOps
314 case NOP: return "nop";
H A DRops.java34 public static final Rop NOP = field in class:Rops
35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
1125 case RegOps.NOP: return NOP;
/dalvik/dx/src/com/android/dx/cf/code/
H A DValueAwareMachine.java43 case ByteOps.NOP:
H A DRopperMachine.java774 case ByteOps.NOP: {
775 return RegOps.NOP;
H A DByteOps.java27 public static final int NOP = 0x00; field in class:ByteOps
H A DSimulator.java234 case ByteOps.NOP: {
H A DBytecodeArray.java227 case ByteOps.NOP: {
/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java44 public static final int NOP = 0x00; field in class:Opcodes
H A DOpcodeInfo.java62 public static final Info NOP = field in class:OpcodeInfo
63 new Info(Opcodes.NOP, "nop",
949 set(NOP);
/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_tabl.cpp1366 BEGIN_MNEMONIC(NOP, MF_NONE, N)

Completed in 1031 milliseconds