Searched defs:longType (Results 1 - 5 of 5) 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;
/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/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 350 milliseconds