Home
last modified time | relevance | path

Searched refs:methodDescriptor (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/dcmd/compiler/
H A DMethodIdentifierParser.java32 private String methodDescriptor; field in MethodIdentifierParser
49 methodDescriptor = logString.substring(i2, logString.length()); in MethodIdentifierParser()
83 private String methodDescriptor; field in MethodIdentifierParser.ParameterDecriptorIterator
87 this.methodDescriptor = signature; in ParameterDecriptorIterator()
96 while (methodDescriptor.length() > i) { in nextParamType()
97 switch (methodDescriptor.charAt(i)) { in nextParamType()
110 while (methodDescriptor.charAt(i) != ';') { in nextParamType()
129 switch (methodDescriptor.charAt(i)) { in nextParamType()
152 if (methodDescriptor.charAt(startMark) == 'L') { in nextParamType()
155 nextParam = methodDescriptor.substring(startMark+1, i); in nextParamType()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/dcmd/compiler/
H A DMethodIdentifierParser.java32 private String methodDescriptor; field in MethodIdentifierParser
49 methodDescriptor = logString.substring(i2, logString.length()); in MethodIdentifierParser()
83 private String methodDescriptor; field in MethodIdentifierParser.ParameterDecriptorIterator
87 this.methodDescriptor = signature; in ParameterDecriptorIterator()
96 while (methodDescriptor.length() > i) { in nextParamType()
97 switch (methodDescriptor.charAt(i)) { in nextParamType()
110 while (methodDescriptor.charAt(i) != ';') { in nextParamType()
129 switch (methodDescriptor.charAt(i)) { in nextParamType()
152 if (methodDescriptor.charAt(startMark) == 'L') { in nextParamType()
155 nextParam = methodDescriptor.substring(startMark+1, i); in nextParamType()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/dcmd/compiler/
H A DMethodIdentifierParser.java32 private String methodDescriptor; field in MethodIdentifierParser
49 methodDescriptor = logString.substring(i2, logString.length()); in MethodIdentifierParser()
83 private String methodDescriptor; field in MethodIdentifierParser.ParameterDecriptorIterator
87 this.methodDescriptor = signature; in ParameterDecriptorIterator()
96 while (methodDescriptor.length() > i) { in nextParamType()
97 switch (methodDescriptor.charAt(i)) { in nextParamType()
110 while (methodDescriptor.charAt(i) != ';') { in nextParamType()
129 switch (methodDescriptor.charAt(i)) { in nextParamType()
152 if (methodDescriptor.charAt(startMark) == 'L') { in nextParamType()
155 nextParam = methodDescriptor.substring(startMark+1, i); in nextParamType()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/dcmd/compiler/
H A DMethodIdentifierParser.java32 private String methodDescriptor; field in MethodIdentifierParser
49 methodDescriptor = logString.substring(i2, logString.length()); in MethodIdentifierParser()
83 private String methodDescriptor; field in MethodIdentifierParser.ParameterDecriptorIterator
87 this.methodDescriptor = signature; in ParameterDecriptorIterator()
96 while (methodDescriptor.length() > i) { in nextParamType()
97 switch (methodDescriptor.charAt(i)) { in nextParamType()
110 while (methodDescriptor.charAt(i) != ';') { in nextParamType()
129 switch (methodDescriptor.charAt(i)) { in nextParamType()
152 if (methodDescriptor.charAt(startMark) == 'L') { in nextParamType()
155 nextParam = methodDescriptor.substring(startMark+1, i); in nextParamType()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/dcmd/compiler/
H A DMethodIdentifierParser.java32 private String methodDescriptor; field in MethodIdentifierParser
49 methodDescriptor = logString.substring(i2, logString.length()); in MethodIdentifierParser()
83 private String methodDescriptor; field in MethodIdentifierParser.ParameterDecriptorIterator
87 this.methodDescriptor = signature; in ParameterDecriptorIterator()
96 while (methodDescriptor.length() > i) { in nextParamType()
97 switch (methodDescriptor.charAt(i)) { in nextParamType()
110 while (methodDescriptor.charAt(i) != ';') { in nextParamType()
129 switch (methodDescriptor.charAt(i)) { in nextParamType()
152 if (methodDescriptor.charAt(startMark) == 'L') { in nextParamType()
155 nextParam = methodDescriptor.substring(startMark+1, i); in nextParamType()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/dcmd/compiler/
H A DMethodIdentifierParser.java32 private String methodDescriptor; field in MethodIdentifierParser
49 methodDescriptor = logString.substring(i2, logString.length()); in MethodIdentifierParser()
83 private String methodDescriptor; field in MethodIdentifierParser.ParameterDecriptorIterator
87 this.methodDescriptor = signature; in ParameterDecriptorIterator()
96 while (methodDescriptor.length() > i) { in nextParamType()
97 switch (methodDescriptor.charAt(i)) { in nextParamType()
110 while (methodDescriptor.charAt(i) != ';') { in nextParamType()
129 switch (methodDescriptor.charAt(i)) { in nextParamType()
152 if (methodDescriptor.charAt(startMark) == 'L') { in nextParamType()
155 nextParam = methodDescriptor.substring(startMark+1, i); in nextParamType()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/dcmd/compiler/
H A DMethodIdentifierParser.java32 private String methodDescriptor; field in MethodIdentifierParser
49 methodDescriptor = logString.substring(i2, logString.length()); in MethodIdentifierParser()
83 private String methodDescriptor; field in MethodIdentifierParser.ParameterDecriptorIterator
87 this.methodDescriptor = signature; in ParameterDecriptorIterator()
96 while (methodDescriptor.length() > i) { in nextParamType()
97 switch (methodDescriptor.charAt(i)) { in nextParamType()
110 while (methodDescriptor.charAt(i) != ';') { in nextParamType()
129 switch (methodDescriptor.charAt(i)) { in nextParamType()
152 if (methodDescriptor.charAt(startMark) == 'L') { in nextParamType()
155 nextParam = methodDescriptor.substring(startMark+1, i); in nextParamType()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/dcmd/compiler/
H A DMethodIdentifierParser.java32 private String methodDescriptor; field in MethodIdentifierParser
49 methodDescriptor = logString.substring(i2, logString.length()); in MethodIdentifierParser()
83 private String methodDescriptor; field in MethodIdentifierParser.ParameterDecriptorIterator
87 this.methodDescriptor = signature; in ParameterDecriptorIterator()
96 while (methodDescriptor.length() > i) { in nextParamType()
97 switch (methodDescriptor.charAt(i)) { in nextParamType()
110 while (methodDescriptor.charAt(i) != ';') { in nextParamType()
129 switch (methodDescriptor.charAt(i)) { in nextParamType()
152 if (methodDescriptor.charAt(startMark) == 'L') { in nextParamType()
155 nextParam = methodDescriptor.substring(startMark+1, i); in nextParamType()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DCompileCommand.java33 public final MethodDescriptor methodDescriptor; field in CompileCommand
39 MethodDescriptor methodDescriptor, in CompileCommand() argument
43 this.methodDescriptor = methodDescriptor; in CompileCommand()
50 MethodDescriptor methodDescriptor, in CompileCommand() argument
55 this.methodDescriptor = methodDescriptor; in CompileCommand()
89 return methodDescriptor.isValid(); in isValid()
102 … " MethodDescriptor: " + (methodDescriptor == null ? "null" : methodDescriptor.getString()) + in formatFields()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DType.java295 return new Type(METHOD, methodDescriptor, 0, methodDescriptor.length()); in getMethodType()
333 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
337 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
351 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
356 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
400 methodDescriptor, getReturnTypeOffset(methodDescriptor), methodDescriptor.length()); in getReturnType()
423 while (methodDescriptor.charAt(currentOffset) != ')') { in getReturnTypeOffset()
427 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getReturnTypeOffset()
762 int currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
779 currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DType.java295 return new Type(METHOD, methodDescriptor, 0, methodDescriptor.length()); in getMethodType()
333 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
337 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
351 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
356 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
400 methodDescriptor, getReturnTypeOffset(methodDescriptor), methodDescriptor.length()); in getReturnType()
423 while (methodDescriptor.charAt(currentOffset) != ')') { in getReturnTypeOffset()
427 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getReturnTypeOffset()
762 int currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
779 currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DType.java295 return new Type(METHOD, methodDescriptor, 0, methodDescriptor.length()); in getMethodType()
333 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
337 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
351 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
356 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
400 methodDescriptor, getReturnTypeOffset(methodDescriptor), methodDescriptor.length()); in getReturnType()
423 while (methodDescriptor.charAt(currentOffset) != ')') { in getReturnTypeOffset()
427 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getReturnTypeOffset()
762 int currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
779 currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DType.java295 return new Type(METHOD, methodDescriptor, 0, methodDescriptor.length()); in getMethodType()
333 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
337 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
350 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
355 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
400 while (methodDescriptor.charAt(currentOffset) != ')') { in getReturnType()
404 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getReturnType()
409 return getTypeInternal(methodDescriptor, currentOffset + 1, methodDescriptor.length()); in getReturnType()
759 int currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
775 currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DType.java295 return new Type(METHOD, methodDescriptor, 0, methodDescriptor.length()); in getMethodType()
333 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
337 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
350 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
355 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
400 while (methodDescriptor.charAt(currentOffset) != ')') { in getReturnType()
404 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getReturnType()
409 return getTypeInternal(methodDescriptor, currentOffset + 1, methodDescriptor.length()); in getReturnType()
759 int currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
775 currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DType.java295 return new Type(METHOD, methodDescriptor, 0, methodDescriptor.length()); in getMethodType()
333 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
337 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
350 while (methodDescriptor.charAt(currentOffset) != ')') { in getArgumentTypes()
355 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getArgumentTypes()
400 while (methodDescriptor.charAt(currentOffset) != ')') { in getReturnType()
404 if (methodDescriptor.charAt(currentOffset++) == 'L') { in getReturnType()
409 return getTypeInternal(methodDescriptor, currentOffset + 1, methodDescriptor.length()); in getReturnType()
759 int currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
775 currentChar = methodDescriptor.charAt(currentOffset); in getArgumentsAndReturnSizes()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/stress/gcbasher/
H A DDependency.java27 private String methodDescriptor; field in Dependency
30 public Dependency(String methodName, String methodDescriptor, String target) { in Dependency() argument
32 this.methodDescriptor = methodDescriptor; in Dependency()
45 methodDescriptor.equals(other.methodDescriptor); in equals()
50 return methodName.hashCode() ^ methodDescriptor.hashCode() ^ target.hashCode(); in hashCode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/stress/gcbasher/
H A DDependency.java27 private String methodDescriptor; field in Dependency
30 public Dependency(String methodName, String methodDescriptor, String target) { in Dependency() argument
32 this.methodDescriptor = methodDescriptor; in Dependency()
45 methodDescriptor.equals(other.methodDescriptor); in equals()
50 return methodName.hashCode() ^ methodDescriptor.hashCode() ^ target.hashCode(); in hashCode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/stress/gcbasher/
H A DDependency.java27 private String methodDescriptor; field in Dependency
30 public Dependency(String methodName, String methodDescriptor, String target) { in Dependency() argument
32 this.methodDescriptor = methodDescriptor; in Dependency()
45 methodDescriptor.equals(other.methodDescriptor); in equals()
50 return methodName.hashCode() ^ methodDescriptor.hashCode() ^ target.hashCode(); in hashCode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/model/tests/
H A DTagScannerTests.java709 …description = manifest.resolveAnnotations(Factory.methodDescriptor("a.b.c.TestMethod1", "two", "()… in testMethodBaseClass()
713 …description = manifest.resolveAnnotations(Factory.methodDescriptor("a.b.c.TestMethod1", "three", "… in testMethodBaseClass()
731 …description = manifest.resolveAnnotations(Factory.methodDescriptor("a.b.c.TestMethod22", "two", "(… in testMethodBaseClassAnnotations()
735 …description = manifest.resolveAnnotations(Factory.methodDescriptor("a.b.c.TestMethod22", "three", … in testMethodBaseClassAnnotations()
784 …description = manifest.resolveAnnotations(Factory.methodDescriptor("a.b.c.TestMethod9", "two", "(D… in testMethodPrimitiveParams()
823 …description = manifest.resolveAnnotations(Factory.methodDescriptor("a.b.c.TestMethod11", "two", "(… in testMethodPrimitiveArrayParams()
956 …description = manifest.resolveAnnotations(Factory.methodDescriptor("a.b.c.TestMethod2$Inner", "two… in testMethodInnerClass()
972 …description = manifest.resolveAnnotations(Factory.methodDescriptor("a.b.c.TestMethod3$Inner", "two… in testMethodStaticInnerClass()
1044 …description = manifest.resolveAnnotations(Factory.methodDescriptor("a.b.c.TestMethod5Outer", "two"… in testMethodOuterClass()
1328 …Factory.methodDescriptor("a.b.c.TestGenericMethod1", "m1", "(QObject;)I")); //$NON-NLS-1$//$NON-NL… in testGenericMethodWithBounds()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/stress/gcbasher/
H A DDependency.java29 private String methodDescriptor; field in Dependency
32 public Dependency(String methodName, String methodDescriptor, String target) { in Dependency() argument
34 this.methodDescriptor = methodDescriptor; in Dependency()
47 methodDescriptor.equals(other.methodDescriptor); in equals()
52 return methodName.hashCode() ^ methodDescriptor.hashCode() ^ target.hashCode(); in hashCode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/stress/gcbasher/
H A DDependency.java29 private String methodDescriptor; field in Dependency
32 public Dependency(String methodName, String methodDescriptor, String target) { in Dependency() argument
34 this.methodDescriptor = methodDescriptor; in Dependency()
47 methodDescriptor.equals(other.methodDescriptor); in equals()
52 return methodName.hashCode() ^ methodDescriptor.hashCode() ^ target.hashCode(); in hashCode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DCompileCommand.java33 public final MethodDescriptor methodDescriptor; field in CompileCommand
38 MethodDescriptor methodDescriptor, in CompileCommand() argument
42 this.methodDescriptor = methodDescriptor; in CompileCommand()
56 return methodDescriptor.isValid(); in isValid()
69 … " MethodDescriptor: " + (methodDescriptor == null ? "null" : methodDescriptor.getString()) + in formatFields()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/stress/gcbasher/
H A DDependency.java29 private String methodDescriptor; field in Dependency
32 public Dependency(String methodName, String methodDescriptor, String target) { in Dependency() argument
34 this.methodDescriptor = methodDescriptor; in Dependency()
47 methodDescriptor.equals(other.methodDescriptor); in equals()
52 return methodName.hashCode() ^ methodDescriptor.hashCode() ^ target.hashCode(); in hashCode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/compilercontrol/share/scenario/
H A DCompileCommand.java33 public final MethodDescriptor methodDescriptor; field in CompileCommand
38 MethodDescriptor methodDescriptor, in CompileCommand() argument
42 this.methodDescriptor = methodDescriptor; in CompileCommand()
56 return methodDescriptor.isValid(); in isValid()
69 … " MethodDescriptor: " + (methodDescriptor == null ? "null" : methodDescriptor.getString()) + in formatFields()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/stress/gcbasher/
H A DDependency.java29 private String methodDescriptor; field in Dependency
32 public Dependency(String methodName, String methodDescriptor, String target) { in Dependency() argument
34 this.methodDescriptor = methodDescriptor; in Dependency()
47 methodDescriptor.equals(other.methodDescriptor); in equals()
52 return methodName.hashCode() ^ methodDescriptor.hashCode() ^ target.hashCode(); in hashCode()

12345678910>>...13