Searched refs:longType (Results 1 - 11 of 11) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java38 public void visitLongType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType); argument
48 public void visitStackLongType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType); argument
58 public void visitVariablesLongType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType); argument
/external/javassist/src/main/javassist/
H A DCtClass.java106 public static CtClass longType; field in class:CtClass
157 longType = new CtPrimitiveType("long", 'J', "java.lang.Long",
160 primitiveTypes[5] = longType;
H A DCtField.java865 else if (type == CtClass.longType)
954 CtClass longType = CtClass.longType;
964 if (type == longType || type == doubleType)
1217 if (type == CtClass.longType)
H A DSerialVersionUID.java52 CtField field = new CtField(CtClass.longType, "serialVersionUID",
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java52 public static final Type LONG = new Type(CtClass.longType);
106 prims.put(CtClass.longType, LONG);
159 return clazz == CtClass.doubleType || clazz == CtClass.longType || this == TOP ? 2 : 1;
/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java262 CtClass longType = CtClass.longType;
266 if (type == doubleType || type == longType)
520 if (type == CtClass.longType)
737 else if (type == CtClass.longType) {
770 else if (type == CtClass.longType) {
H A DDescriptor.java614 type = CtClass.longType;
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java588 public void visitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) argument
590 visitAnyVerificationType(clazz, method, codeAttribute, offset, longType);
642 public void visitStackLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) argument
644 visitLongType(clazz, method, codeAttribute, offset, longType);
697 public void visitVariablesLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) argument
699 visitLongType(clazz, method, codeAttribute, offset, longType);
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotation.java142 else if (type == CtClass.longType)
/external/javassist/src/main/javassist/expr/
H A DNewArray.java113 return CtClass.longType;
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java764 public void visitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) argument

Completed in 142 milliseconds