Searched defs:longType (Results 1 - 8 of 8) 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.java694 public void visitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) argument
696 visitAnyVerificationType(clazz, method, codeAttribute, offset, longType);
748 public void visitStackLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) argument
750 visitLongType(clazz, method, codeAttribute, offset, longType);
803 public void visitVariablesLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, LongType longType) argument
805 visitLongType(clazz, method, codeAttribute, offset, longType);
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java862 public void visitLongType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType longType) argument
/external/r8/src/main/java/com/android/tools/r8/graph/
H A DDexItemFactory.java112 public DexType longType = createType(longDescriptor); field in class:DexItemFactory
251 appendLong = createMethod(receiver, createProto(receiver, longType), append);
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/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 219 milliseconds