HomeSort by relevance Sort by last modified time
    Searched refs:CstType (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
IdItem.java 19 import com.android.dexgen.rop.cst.CstType;
29 private final CstType type;
37 public IdItem(CstType type) {
58 public final CstType getDefiningClass() {
AnnotationUtils.java 28 import com.android.dexgen.rop.cst.CstType;
42 private static final CstType ANNOTATION_DEFAULT_TYPE =
43 CstType.intern(Type.intern("Ldalvik/annotation/AnnotationDefault;"));
46 private static final CstType ENCLOSING_CLASS_TYPE =
47 CstType.intern(Type.intern("Ldalvik/annotation/EnclosingClass;"));
50 private static final CstType ENCLOSING_METHOD_TYPE =
51 CstType.intern(Type.intern("Ldalvik/annotation/EnclosingMethod;"));
54 private static final CstType INNER_CLASS_TYPE =
55 CstType.intern(Type.intern("Ldalvik/annotation/InnerClass;"));
58 private static final CstType MEMBER_CLASSES_TYPE
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
IdItem.java 19 import com.android.dx.rop.cst.CstType;
29 private final CstType type;
37 public IdItem(CstType type) {
58 public final CstType getDefiningClass() {
AnnotationUtils.java 30 import com.android.dx.rop.cst.CstType;
42 private static final CstType ANNOTATION_DEFAULT_TYPE =
43 CstType.intern(Type.intern("Ldalvik/annotation/AnnotationDefault;"));
46 private static final CstType ENCLOSING_CLASS_TYPE =
47 CstType.intern(Type.intern("Ldalvik/annotation/EnclosingClass;"));
50 private static final CstType ENCLOSING_METHOD_TYPE =
51 CstType.intern(Type.intern("Ldalvik/annotation/EnclosingMethod;"));
54 private static final CstType INNER_CLASS_TYPE =
55 CstType.intern(Type.intern("Ldalvik/annotation/InnerClass;"));
58 private static final CstType MEMBER_CLASSES_TYPE
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
IdItem.java 19 import com.android.dx.rop.cst.CstType;
29 private final CstType type;
37 public IdItem(CstType type) {
58 public final CstType getDefiningClass() {
AnnotationUtils.java 28 import com.android.dx.rop.cst.CstType;
41 private static final CstType ANNOTATION_DEFAULT_TYPE =
42 CstType.intern(Type.intern("Ldalvik/annotation/AnnotationDefault;"));
45 private static final CstType ENCLOSING_CLASS_TYPE =
46 CstType.intern(Type.intern("Ldalvik/annotation/EnclosingClass;"));
49 private static final CstType ENCLOSING_METHOD_TYPE =
50 CstType.intern(Type.intern("Ldalvik/annotation/EnclosingMethod;"));
53 private static final CstType INNER_CLASS_TYPE =
54 CstType.intern(Type.intern("Ldalvik/annotation/InnerClass;"));
57 private static final CstType MEMBER_CLASSES_TYPE
    [all...]
  /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...]
CstMethodRef.java 30 public CstMethodRef(CstType definingClass, CstNat nat) {
CstInterfaceMethodRef.java 36 public CstInterfaceMethodRef(CstType definingClass, CstNat nat) {
  /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...]
CstMethodRef.java 30 public CstMethodRef(CstType definingClass, CstNat nat) {
CstInterfaceMethodRef.java 36 public CstInterfaceMethodRef(CstType definingClass, CstNat nat) {
  /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...]
CstMethodRef.java 30 public CstMethodRef(CstType definingClass, CstNat nat) {
CstInterfaceMethodRef.java 36 public CstInterfaceMethodRef(CstType definingClass, CstNat nat) {
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttEnclosingMethod.java 20 import com.android.dx.rop.cst.CstType;
31 private final CstType type;
43 public AttEnclosingMethod(CstType type, CstNat method) {
64 public CstType getEnclosingClass() {
InnerClassList.java 20 import com.android.dx.rop.cst.CstType;
58 public void set(int n, CstType innerClass, CstType outerClass,
68 private final CstType innerClass;
71 private final CstType outerClass;
89 public Item(CstType innerClass, CstType outerClass,
106 public CstType getInnerClass() {
115 public CstType getOuterClass() {
  /dalvik/dx/src/com/android/dx/cf/iface/
ClassFile.java 21 import com.android.dx.rop.cst.CstType;
65 public CstType getThisClass();
73 public CstType getSuperclass();
Member.java 21 import com.android.dx.rop.cst.CstType;
32 public CstType getDefiningClass();
StdMember.java 21 import com.android.dx.rop.cst.CstType;
29 private final CstType definingClass;
48 public StdMember(CstType definingClass, int accessFlags, CstNat nat,
82 public final CstType getDefiningClass() {
  /dalvik/dexgen/src/com/android/dexgen/rop/
Member.java 20 import com.android.dexgen.rop.cst.CstType;
32 public CstType getDefiningClass();
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()),
StdMember.java 20 import com.android.dexgen.rop.cst.CstType;
29 private final CstType definingClass;
48 public StdMember(CstType definingClass, int accessFlags, CstNat nat,
82 public final CstType getDefiningClass() {
ByteCatchList.java 19 import com.android.dexgen.rop.cst.CstType;
89 CstType exceptionClass) {
139 CstType type = item.getExceptionClass();
142 CstType one = arr[i].getExceptionClass();
143 if ((one == type) || (one == CstType.OBJECT)) {
235 private final CstType exceptionClass;
249 CstType exceptionClass) {
299 * @return {@code non-null;} the exception class; {@link CstType#OBJECT}
302 public CstType getExceptionClass() {
304 exceptionClass : CstType.OBJECT
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 19 import com.android.dx.rop.cst.CstType;
89 CstType exceptionClass) {
139 CstType type = item.getExceptionClass();
142 CstType one = arr[i].getExceptionClass();
143 if ((one == type) || (one == CstType.OBJECT)) {
235 private final CstType exceptionClass;
249 CstType exceptionClass) {
299 * @return {@code non-null;} the exception class; {@link CstType#OBJECT}
302 public CstType getExceptionClass() {
304 exceptionClass : CstType.OBJECT
    [all...]

Completed in 324 milliseconds

1 2 3 4 5 6