Searched refs:INSTANCE_OF (Results 1 - 6 of 6) sorted by relevance

/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/dx/src/com/android/dx/dex/code/
H A DRopToDop.java232 MAP.put(Rops.INSTANCE_OF, Dops.INSTANCE_OF);
H A DDalvOps.java66 public static final int INSTANCE_OF = 0x20; field in class:DalvOps
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);
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java929 return RegOps.INSTANCE_OF;

Completed in 97 milliseconds