Home
last modified time | relevance | path

Searched refs:doubleType (Results 1 – 12 of 12) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java39 …z clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType); in visitDoubleType() argument
49 …thod method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType); in visitStackDoubleType() argument
59 …thod method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType); in visitVariablesDoubleType() argument
/external/javassist/src/main/javassist/bytecode/
DBytecode.java261 CtClass doubleType = CtClass.doubleType; in setMaxLocals() local
266 if (type == doubleType || type == longType) in setMaxLocals()
524 else if (type == CtClass.doubleType) in addConstZero()
743 else if(type == CtClass.doubleType) { in addLoad()
776 else if (type == CtClass.doubleType) { in addStore()
DDescriptor.java620 type = CtClass.doubleType; in toPrimitiveClass()
/external/javassist/src/main/javassist/
DCtField.java861 if (type == CtClass.doubleType) in getConstantValue2()
874 else if (type == CtClass.doubleType) in getConstantValue2()
955 CtClass doubleType = CtClass.doubleType; in nthParamToLocal() local
964 if (type == longType || type == doubleType) in nthParamToLocal()
1289 if (type == CtClass.doubleType) in getConstantValue()
DCtClass.java118 public static CtClass doubleType; field in CtClass
167 doubleType = new CtPrimitiveType("double", 'D', "java.lang.Double",
170 primitiveTypes[7] = doubleType;
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java48 public static final Type DOUBLE = new Type(CtClass.doubleType);
105 prims.put(CtClass.doubleType, DOUBLE); in prims.put() argument
159 return clazz == CtClass.doubleType || clazz == CtClass.longType || this == TOP ? 2 : 1; in getSize()
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java700 …bleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType) in visitDoubleType() argument
702 visitAnyVerificationType(clazz, method, codeAttribute, offset, doubleType); in visitDoubleType()
754 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType) in visitStackDoubleType() argument
756 visitDoubleType(clazz, method, codeAttribute, offset, doubleType); in visitStackDoubleType()
809 …zz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType) in visitVariablesDoubleType() argument
811 visitDoubleType(clazz, method, codeAttribute, offset, doubleType); in visitVariablesDoubleType()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
DType.java68 } else if (ctClass.equals(CtClass.doubleType)) { in find()
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotation.java146 else if (type == CtClass.doubleType) in createMemberValue()
/external/javassist/src/main/javassist/expr/
DNewArray.java105 return CtClass.doubleType; in getPrimitiveType()
/external/clang/utils/ABITest/
DABITestGen.py522 doubleType = BuiltinType('double',8)
523 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType])
554 'f64' : doubleType,
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java868 …bleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType) in visitDoubleType() argument