Searched refs:integerType (Results 1 – 4 of 4) sorted by relevance
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 36 … clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType); in visitIntegerType() argument 46 …hod method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType); in visitStackIntegerType() argument 56 …hod method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType); in visitVariablesIntegerType() argument
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | KeyTest.java | 211 TypeMirror integerType = integerMethod.getReturnType(); in primitiveKeysMatchBoxedKeys() local 212 assertThat(integerType.getKind().isPrimitive()).isFalse(); in primitiveKeysMatchBoxedKeys() 213 assertThat(types.isSameType(intType, integerType)).named("type equality").isFalse(); in primitiveKeysMatchBoxedKeys()
|
/external/proguard/src/proguard/classfile/util/ |
D | SimplifiedVisitor.java | 682 …rType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType) in visitIntegerType() argument 684 visitAnyVerificationType(clazz, method, codeAttribute, offset, integerType); in visitIntegerType() 736 … clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType) in visitStackIntegerType() argument 738 visitIntegerType(clazz, method, codeAttribute, offset, integerType); in visitStackIntegerType() 791 … clazz, Method method, CodeAttribute codeAttribute, int offset, int index, IntegerType integerType) in visitVariablesIntegerType() argument 793 visitIntegerType(clazz, method, codeAttribute, offset, integerType); in visitVariablesIntegerType()
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassPrinter.java | 850 …rType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType) in visitIntegerType() argument
|