Home
last modified time | relevance | path

Searched refs:doubleType (Results 1 – 18 of 18) 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/r8/src/test/java/com/android/tools/r8/dex/
DDexItemFactoryTest.java25 "D", factory.doubleDescriptor, factory.doubleType, in commonItems()
61 assertEquals("double", factory.doubleType.getName()); in getPrimitiveTypeName()
/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/r8/src/main/java/com/android/tools/r8/ir/code/
DNumericType.java41 return factory.doubleType; in dexTypeFor()
/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/expr/
DNewArray.java105 return CtClass.doubleType; in getPrimitiveType()
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotation.java146 else if (type == CtClass.doubleType) in createMemberValue()
/external/clang/utils/ABITest/
DABITestGen.py522 doubleType = BuiltinType('double',8)
523 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType])
554 'f64' : doubleType,
/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
DLambdaMainMethodSourceCode.java81 return factory.doubleType; in getPrimitiveFromBoxed()
443 proto = factory.createProto(factory.doubleType); in getUnboxMethod()
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexItemFactory.java109 public DexType doubleType = createType(doubleDescriptor); field in DexItemFactory
249 appendDouble = createMethod(receiver, createProto(receiver, doubleType), append); in StringBuildingMethods()
DDexValue.java84 if (type == factory.doubleType) { in defaultForType()
DJarClassFileReader.java371 if (type == factory.doubleType) { in getStaticValue()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java868 …bleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType) in visitDoubleType() argument