Home
last modified time | relevance | path

Searched defs:typePath (Results 1 – 25 of 47) sorted by relevance

12

/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
DTypeAnnotationNode.java48 public TypePath typePath; field in TypeAnnotationNode
61 public TypeAnnotationNode(final int typeRef, final TypePath typePath, final String descriptor) { in TypeAnnotationNode()
80 final int api, final int typeRef, final TypePath typePath, final String descriptor) { in TypeAnnotationNode()
DLocalVariableAnnotationNode.java82 final TypePath typePath, in LocalVariableAnnotationNode()
110 final TypePath typePath, in LocalVariableAnnotationNode()
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBinder.java85 TypeAnnotationInfo.TypePath typePath) { in bindClassTy()
127 TypeAnnotationInfo.TypePath typePath) { in wildTy()
153 TypeAnnotationInfo.TypePath typePath) { in bindTy()
176 TypeAnnotationInfo.TypePath typePath) { in bindArrayTy()
217 TypeAnnotationInfo.TypePath typePath = TypeAnnotationInfo.TypePath.root(); in asNonParametricClassTy() local
/external/ow2-asm/asm-tree/src/test/java/org/objectweb/asm/tree/
DTypeAnnotationNodeTest.java47 TypePath typePath = TypePath.fromString("["); in testConstructor() local
58 TypePath typePath = TypePath.fromString("["); in testConstructor_illegalState() local
/external/ow2-asm/benchmarks/src/jmh/java/org/objectweb/asm/benchmarks/
DTypeBenchmark.java110 final TypePath typePath, in visitTypeAnnotation()
136 final TypePath typePath, in visitField()
164 final TypePath typePath, in visitMethod()
211 final TypePath typePath, in visitMethod()
221 final TypePath typePath, in visitMethod()
242 final TypePath typePath, in visitMethod()
DAsmAdapter.java197 final TypePath typePath, in visitTypeAnnotation()
229 final TypePath typePath, in visitField()
267 final TypePath typePath, in visitMethod()
388 final TypePath typePath, in visitMethod()
404 final TypePath typePath, in visitMethod()
425 final TypePath typePath, in visitMethod()
/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
DAnnotationVisitorTest.java139 final TypePath typePath, in visitTypeAnnotation()
168 final TypePath typePath, in visitMethod()
183 final TypePath typePath, in visitMethod()
192 final TypePath typePath, in visitMethod()
201 final TypePath typePath, in visitMethod()
DClassVisitorTest.java338 final TypePath typePath, in visitTypeAnnotation()
386 final TypePath typePath, in visitTypeAnnotation()
413 final TypePath typePath, in visitTypeAnnotation()
430 final TypePath typePath, in visitInsnAnnotation()
440 final TypePath typePath, in visitTryCatchAnnotation()
450 final TypePath typePath, in visitLocalVariableAnnotation()
545 final TypePath typePath, in visitTypeAnnotation()
574 final TypePath typePath, in visitField()
DClassReaderTest.java664 final TypePath typePath, in visitTypeAnnotation()
687 final TypePath typePath, in visitField()
717 final TypePath typePath, in visitMethod()
732 final TypePath typePath, in visitMethod()
741 final TypePath typePath, in visitMethod()
750 final TypePath typePath, in visitMethod()
DTypePathTest.java54 TypePath typePath = TypePath.fromString("[.[*7"); in testGetStep() local
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DTypePath.java119 public static TypePath fromString(final String typePath) { in fromString()
193 static void put(final TypePath typePath, final ByteVector output) { in put()
DMethodVisitor.java176 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
640 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitInsnAnnotation()
689 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTryCatchAnnotation()
747 final TypePath typePath, in visitLocalVariableAnnotation()
DRecordComponentVisitor.java126 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
DFieldVisitor.java121 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DMethodRemapper.java92 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
206 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitInsnAnnotation()
222 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTryCatchAnnotation()
250 final TypePath typePath, in visitLocalVariableAnnotation()
DFieldRemapper.java81 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
/external/ow2-asm/asm-util/src/main/java/org/objectweb/asm/util/
DTraceMethodVisitor.java84 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
245 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitInsnAnnotation()
260 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTryCatchAnnotation()
281 final TypePath typePath, in visitLocalVariableAnnotation()
DPrinter.java432 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitClassTypeAnnotation()
702 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitRecordComponentTypeAnnotation()
751 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitFieldTypeAnnotation()
812 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitMethodTypeAnnotation()
1087 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitInsnAnnotation()
1117 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTryCatchAnnotation()
1158 final TypePath typePath, in visitLocalVariableAnnotation()
DTextifier.java290 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitClassTypeAnnotation()
725 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitRecordComponentTypeAnnotation()
750 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitFieldTypeAnnotation()
790 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitMethodTypeAnnotation()
1071 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitInsnAnnotation()
1093 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTryCatchAnnotation()
1137 final TypePath typePath, in visitLocalVariableAnnotation()
1222 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
DASMifier.java316 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitClassTypeAnnotation()
626 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitRecordComponentTypeAnnotation()
651 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitFieldTypeAnnotation()
701 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitMethodTypeAnnotation()
1014 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitInsnAnnotation()
1039 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTryCatchAnnotation()
1069 final TypePath typePath, in visitLocalVariableAnnotation()
1179 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
1199 final TypePath typePath, in visitTypeAnnotation()
DCheckRecordComponentAdapter.java87 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
DTraceRecordComponentVisitor.java78 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
DTraceFieldVisitor.java76 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
DCheckFieldAdapter.java82 final int typeRef, final TypePath typePath, final String descriptor, final boolean visible) { in visitTypeAnnotation()
/external/javassist/src/main/javassist/bytecode/
DTypeAnnotationsAttribute.java226 final int typePath(int pos) throws Exception { in typePath() method in TypeAnnotationsAttribute.SubWalker
231 int typePath(int pos, int pathLength) throws Exception { in typePath() method in TypeAnnotationsAttribute.SubWalker
242 void typePath(int pos, int typePathKind, int typeArgumentIndex) throws Exception {} in typePath() method in TypeAnnotationsAttribute.SubWalker
371 int typePath(int pos, int pathLength) throws Exception { in typePath() method in TypeAnnotationsAttribute.SubCopier
377 void typePath(int pos, int typePathKind, int typeArgumentIndex) throws Exception { in typePath() method in TypeAnnotationsAttribute.SubCopier

12