Searched refs:doubleType (Results 1 - 13 of 13) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java39 public void visitDoubleType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType); argument
49 public void visitStackDoubleType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType); argument
59 public void visitVariablesDoubleType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType); argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DType.java68 } else if (ctClass.equals(CtClass.doubleType)) {
/external/javassist/src/main/javassist/
H A DCtClass.java118 public static CtClass doubleType; field in class:CtClass
167 doubleType = new CtPrimitiveType("double", 'D', "java.lang.Double",
170 primitiveTypes[7] = doubleType;
H A DCtField.java861 if (type == CtClass.doubleType)
874 else if (type == CtClass.doubleType)
955 CtClass doubleType = CtClass.doubleType;
964 if (type == longType || type == doubleType)
1289 if (type == CtClass.doubleType)
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java48 public static final Type DOUBLE = new Type(CtClass.doubleType);
105 prims.put(CtClass.doubleType, DOUBLE);
159 return clazz == CtClass.doubleType || clazz == CtClass.longType || this == TOP ? 2 : 1;
/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java261 CtClass doubleType = CtClass.doubleType;
266 if (type == doubleType || type == longType)
524 else if (type == CtClass.doubleType)
743 else if(type == CtClass.doubleType) {
776 else if (type == CtClass.doubleType) {
H A DDescriptor.java620 type = CtClass.doubleType;
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java618 public void visitDoubleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType) argument
620 visitAnyVerificationType(clazz, method, codeAttribute, offset, doubleType);
672 public void visitStackDoubleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType) argument
674 visitDoubleType(clazz, method, codeAttribute, offset, doubleType);
727 public void visitVariablesDoubleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, DoubleType doubleType) argument
729 visitDoubleType(clazz, method, codeAttribute, offset, doubleType);
/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotation.java146 else if (type == CtClass.doubleType)
/external/javassist/src/main/javassist/expr/
H A DNewArray.java105 return CtClass.doubleType;
/external/clang/utils/ABITest/
H A DABITestGen.py522 doubleType = BuiltinType('double',8)
523 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType])
554 'f64' : doubleType,
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java828 public void visitDoubleType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType doubleType) argument
/external/robolectric/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 197 milliseconds