/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 39 …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/ |
D | DexItemFactoryTest.java | 25 "D", factory.doubleDescriptor, factory.doubleType, in commonItems() 61 assertEquals("double", factory.doubleType.getName()); in getPrimitiveTypeName()
|
/external/javassist/src/main/javassist/bytecode/ |
D | Bytecode.java | 261 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()
|
D | Descriptor.java | 620 type = CtClass.doubleType; in toPrimitiveClass()
|
/external/javassist/src/main/javassist/ |
D | CtField.java | 861 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()
|
D | CtClass.java | 118 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/ |
D | NumericType.java | 41 return factory.doubleType; in dexTypeFor()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Type.java | 48 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/ |
D | SimplifiedVisitor.java | 700 …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/ |
D | Type.java | 68 } else if (ctClass.equals(CtClass.doubleType)) { in find()
|
/external/javassist/src/main/javassist/expr/ |
D | NewArray.java | 105 return CtClass.doubleType; in getPrimitiveType()
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
D | Annotation.java | 146 else if (type == CtClass.doubleType) in createMemberValue()
|
/external/clang/utils/ABITest/ |
D | ABITestGen.py | 522 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/ |
D | LambdaMainMethodSourceCode.java | 81 return factory.doubleType; in getPrimitiveFromBoxed() 443 proto = factory.createProto(factory.doubleType); in getUnboxMethod()
|
/external/r8/src/main/java/com/android/tools/r8/graph/ |
D | DexItemFactory.java | 109 public DexType doubleType = createType(doubleDescriptor); field in DexItemFactory 249 appendDouble = createMethod(receiver, createProto(receiver, doubleType), append); in StringBuildingMethods()
|
D | DexValue.java | 84 if (type == factory.doubleType) { in defaultForType()
|
D | JarClassFileReader.java | 371 if (type == factory.doubleType) { in getStaticValue()
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 868 …bleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType) in visitDoubleType() argument
|