HomeSort by relevance Sort by last modified time
    Searched defs:CstType (Results 1 - 10 of 10) 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 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...]
  /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();
  /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();
  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 29 import com.android.dx.rop.cst.CstType;
218 result.add(CstType.intern(type));
338 CstType definer = member.getDefiningClass();
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 314 milliseconds