Searched defs:bound_index (Results 1 - 4 of 4) sorted by relevance

/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java357 public int bound_index = Integer.MIN_VALUE; field in class:TypeAnnotation.Position
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java141 public final int bound_index; field in class:TypeAnnotationPosition
371 TypeAnnotationPosition(final TargetType ttype, final int pos, final int parameter_index, final JCLambda onLambda, final int type_index, final int bound_index, final List<TypePathEntry> location) argument
1119 typeParameterBound(final List<TypePathEntry> location, final JCLambda onLambda, final int parameter_index, final int bound_index, final int pos) argument
1138 typeParameterBound(final List<TypePathEntry> location, final int parameter_index, final int bound_index) argument
1156 methodTypeParameterBound(final List<TypePathEntry> location, final JCLambda onLambda, final int parameter_index, final int bound_index, final int pos) argument
1176 methodTypeParameterBound(final List<TypePathEntry> location, final int parameter_index, final int bound_index) argument
[all...]
/openjdk10/langtools/test/lib/annotations/annotations/classfile/
H A DClassfileInspector.java531 protected final int bound_index; field in class:ClassfileInspector.ExpectedTypeAnnotation
646 protected int bound_index field in class:ClassfileInspector.ExpectedTypeAnnotation.Builder
556 ExpectedTypeAnnotation(String expectedName, boolean visibility, int expectedCount, TypeAnnotation.TargetType targetType, int bound_index, int parameter_index, int type_index, int exception_index, TypeAnnotation.Position.TypePathEntry... typePath) argument
691 setBoundIndex(int bound_index) argument
762 ExpectedMethodTypeAnnotation(String methodname, String expectedName, boolean visibility, int expectedCount, TypeAnnotation.TargetType targetType, int bound_index, int parameter_index, int type_index, int exception_index, TypeAnnotation.Position.TypePathEntry... typePath) argument
888 ExpectedFieldTypeAnnotation(String fieldname, String expectedName, boolean visibility, int expectedCount, TypeAnnotation.TargetType targetType, int bound_index, int parameter_index, int type_index, int exception_index, TypeAnnotation.Position.TypePathEntry... typePath) argument
[all...]
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.cpp2564 u1 bound_index = type_annotations_typeArray->at(byte_i_ref); local

Completed in 76 milliseconds