Home
last modified time | relevance | path

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

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