Searched refs:longType (Results 1 - 13 of 13) 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/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DType.java64 } else if (ctClass.equals(CtClass.longType)) {
/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.java612 public void visitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) argument
614 visitAnyVerificationType(clazz, method, codeAttribute, offset, longType);
666 public void visitStackLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) argument
668 visitLongType(clazz, method, codeAttribute, offset, longType);
721 public void visitVariablesLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) argument
723 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.java822 public void visitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) argument
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 168 milliseconds