Home
last modified time | relevance | path

Searched refs:nullType (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DVerificationTypeVisitor.java42 …azz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType nullType); in visitNullType() argument
52 …Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType); in visitStackNullType() argument
62 …Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType); in visitVariablesNullType() argument
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java718 …sitNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType nullType) in visitNullType() argument
720 visitAnyVerificationType(clazz, method, codeAttribute, offset, nullType); in visitNullType()
772 …(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType) in visitStackNullType() argument
774 visitNullType(clazz, method, codeAttribute, offset, nullType); in visitStackNullType()
827 …(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, NullType nullType) in visitVariablesNullType() argument
829 visitNullType(clazz, method, codeAttribute, offset, nullType); in visitVariablesNullType()
/external/dagger2/java/dagger/internal/codegen/langmodel/
DDaggerElements.java322 public String visitNull(NullType nullType, Void v) {
323 return visitUnknown(nullType, null);
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypesFactoryTest.java178 public void nullType() { in nullType() method in TurbineTypesFactoryTest
/external/turbine/java/com/google/turbine/processing/
DModelFactory.java216 public NullType nullType() { in nullType() method
DTurbineTypes.java1002 return factory.nullType();
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java886 …sitNullType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType nullType) in visitNullType() argument