HomeSort by relevance Sort by last modified time
    Searched defs:NEW_INSTANCE (Results 1 - 5 of 5) sorted by null

  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 196 public static final int NEW_INSTANCE = 40;
353 case NEW_INSTANCE: return "new-instance";
Rops.java 754 public static final Rop NEW_INSTANCE =
755 new Rop(RegOps.NEW_INSTANCE, Type.OBJECT, StdTypeList.EMPTY,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 199 public static final Dop NEW_INSTANCE =
200 new Dop(DalvOps.NEW_INSTANCE, DalvOps.NEW_INSTANCE,
    [all...]
DalvOps.java 68 public static final int NEW_INSTANCE = 0x22;
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 14 milliseconds