Searched defs:INSTANCE_OF (Results 1 - 9 of 9) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegOps.java216 public static final int INSTANCE_OF = 44; field in class:RegOps
357 case INSTANCE_OF: return "instance-of";
H A DRops.java820 public static final Rop INSTANCE_OF = field in class:Rops
821 new Rop(RegOps.INSTANCE_OF, Type.INT, StdTypeList.OBJECT,
1198 case RegOps.INSTANCE_OF: return INSTANCE_OF;
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegOps.java216 public static final int INSTANCE_OF = 44; field in class:RegOps
357 case INSTANCE_OF: return "instance-of";
H A DRops.java820 public static final Rop INSTANCE_OF = field in class:Rops
821 new Rop(RegOps.INSTANCE_OF, Type.INT, StdTypeList.OBJECT,
1198 case RegOps.INSTANCE_OF: return INSTANCE_OF;
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java191 public static final Dop INSTANCE_OF = field in class:Dops
192 new Dop(DalvOps.INSTANCE_OF, DalvOps.INSTANCE_OF,
976 set(INSTANCE_OF);
H A DDalvOps.java66 public static final int INSTANCE_OF = 0x20; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java194 public static final Dop INSTANCE_OF = field in class:Dops
195 new Dop(Opcodes.INSTANCE_OF, Opcodes.INSTANCE_OF,
979 set(INSTANCE_OF);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java190 public static final Info INSTANCE_OF = field in class:OpcodeInfo
191 new Info(Opcodes.INSTANCE_OF, "instance-of",
981 set(INSTANCE_OF);
H A DOpcodes.java76 public static final int INSTANCE_OF = 0x20; field in class:Opcodes

Completed in 137 milliseconds