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

  /dalvik/dexgen/src/com/android/dexgen/rop/
StdField.java 20 import com.android.dexgen.rop.cst.CstType;
37 public StdField(CstType definingClass, int accessFlags, CstNat nat,
48 this(CstType.intern(field.getDeclaringClass()),
51 CstType.intern(field.getType()).getDescriptor()),
64 this(CstType.intern(definingClass),
66 new CstNat(new CstUtf8(name), CstType.intern(type).getDescriptor()),
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 26 public final class CstType extends TypedConstant {
28 private static final HashMap<Type, CstType> interns =
29 new HashMap<Type, CstType>(100);
32 public static final CstType OBJECT = intern(Type.OBJECT);
35 public static final CstType BOOLEAN = intern(Type.BOOLEAN_CLASS);
38 public static final CstType BYTE = intern(Type.BYTE_CLASS);
41 public static final CstType CHARACTER = intern(Type.CHARACTER_CLASS);
44 public static final CstType DOUBLE = intern(Type.DOUBLE_CLASS);
47 public static final CstType FLOAT = intern(Type.FLOAT_CLASS);
50 public static final CstType LONG = intern(Type.LONG_CLASS)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 25 public final class CstType extends TypedConstant {
27 private static final HashMap<Type, CstType> interns =
28 new HashMap<Type, CstType>(100);
31 public static final CstType OBJECT = intern(Type.OBJECT);
34 public static final CstType BOOLEAN = intern(Type.BOOLEAN_CLASS);
37 public static final CstType BYTE = intern(Type.BYTE_CLASS);
40 public static final CstType CHARACTER = intern(Type.CHARACTER_CLASS);
43 public static final CstType DOUBLE = intern(Type.DOUBLE_CLASS);
46 public static final CstType FLOAT = intern(Type.FLOAT_CLASS);
49 public static final CstType LONG = intern(Type.LONG_CLASS)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstType.java 26 public final class CstType extends TypedConstant {
28 private static final HashMap<Type, CstType> interns =
29 new HashMap<Type, CstType>(100);
32 public static final CstType OBJECT = intern(Type.OBJECT);
35 public static final CstType BOOLEAN = intern(Type.BOOLEAN_CLASS);
38 public static final CstType BYTE = intern(Type.BYTE_CLASS);
41 public static final CstType CHARACTER = intern(Type.CHARACTER_CLASS);
44 public static final CstType DOUBLE = intern(Type.DOUBLE_CLASS);
47 public static final CstType FLOAT = intern(Type.FLOAT_CLASS);
50 public static final CstType LONG = intern(Type.LONG_CLASS)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputFinisher.java 26 import com.android.dexgen.rop.cst.CstType;
196 result.add(CstType.intern(type));
315 CstType definer = member.getDefiningClass();
  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 28 import com.android.dx.rop.cst.CstType;
205 result.add(CstType.intern(type));
325 CstType definer = member.getDefiningClass();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OutputFinisher.java 28 import com.android.dx.rop.cst.CstType;
205 result.add(CstType.intern(type));
325 CstType definer = member.getDefiningClass();
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 213 milliseconds