Home
last modified time | relevance | path

Searched refs:exceptionsOffset (Results 1 – 13 of 13) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DMethodWriter.java2064 final int exceptionsOffset) {
2081 if (exceptionsOffset == 0) {
2085 } else if (source.readUnsignedShort(exceptionsOffset) == numberOfExceptions) {
2086 int currentExceptionOffset = exceptionsOffset + 2;
H A DClassReader.java1058 int exceptionsOffset = 0; in readMethod() local
1099 exceptionsOffset = currentOffset; in readMethod()
1100 exceptions = new String[readUnsignedShort(exceptionsOffset)]; in readMethod()
1101 int currentExceptionOffset = exceptionsOffset + 2; in readMethod()
1171 exceptionsOffset)) { in readMethod()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DMethodWriter.java2051 final int exceptionsOffset) {
2068 if (exceptionsOffset == 0) {
2072 } else if (source.readUnsignedShort(exceptionsOffset) == numberOfExceptions) {
2073 int currentExceptionOffset = exceptionsOffset + 2;
H A DClassReader.java1273 int exceptionsOffset = 0; in readMethod() local
1314 exceptionsOffset = currentOffset; in readMethod()
1315 exceptions = new String[readUnsignedShort(exceptionsOffset)]; in readMethod()
1316 int currentExceptionOffset = exceptionsOffset + 2; in readMethod()
1384 exceptionsOffset)) { in readMethod()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DMethodWriter.java2051 final int exceptionsOffset) {
2068 if (exceptionsOffset == 0) {
2072 } else if (source.readUnsignedShort(exceptionsOffset) == numberOfExceptions) {
2073 int currentExceptionOffset = exceptionsOffset + 2;
H A DClassReader.java1273 int exceptionsOffset = 0; in readMethod() local
1314 exceptionsOffset = currentOffset; in readMethod()
1315 exceptions = new String[readUnsignedShort(exceptionsOffset)]; in readMethod()
1316 int currentExceptionOffset = exceptionsOffset + 2; in readMethod()
1384 exceptionsOffset)) { in readMethod()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DMethodWriter.java2064 final int exceptionsOffset) {
2081 if (exceptionsOffset == 0) {
2085 } else if (source.readUnsignedShort(exceptionsOffset) == numberOfExceptions) {
2086 int currentExceptionOffset = exceptionsOffset + 2;
H A DClassReader.java1055 int exceptionsOffset = 0; in readMethod() local
1096 exceptionsOffset = currentOffset; in readMethod()
1097 exceptions = new String[readUnsignedShort(exceptionsOffset)]; in readMethod()
1098 int currentExceptionOffset = exceptionsOffset + 2; in readMethod()
1168 exceptionsOffset)) { in readMethod()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DMethodWriter.java2051 final int exceptionsOffset) {
2068 if (exceptionsOffset == 0) {
2072 } else if (source.readUnsignedShort(exceptionsOffset) == numberOfExceptions) {
2073 int currentExceptionOffset = exceptionsOffset + 2;
H A DClassReader.java1273 int exceptionsOffset = 0; in readMethod() local
1314 exceptionsOffset = currentOffset; in readMethod()
1315 exceptions = new String[readUnsignedShort(exceptionsOffset)]; in readMethod()
1316 int currentExceptionOffset = exceptionsOffset + 2; in readMethod()
1384 exceptionsOffset)) { in readMethod()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DMethodWriter.java2064 final int exceptionsOffset) {
2081 if (exceptionsOffset == 0) {
2085 } else if (source.readUnsignedShort(exceptionsOffset) == numberOfExceptions) {
2086 int currentExceptionOffset = exceptionsOffset + 2;
H A DClassReader.java1055 int exceptionsOffset = 0; in readMethod() local
1096 exceptionsOffset = currentOffset; in readMethod()
1097 exceptions = new String[readUnsignedShort(exceptionsOffset)]; in readMethod()
1098 int currentExceptionOffset = exceptionsOffset + 2; in readMethod()
1168 exceptionsOffset)) { in readMethod()
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp1928 const u32 exceptionsOffset, in writeExceptions()
1930 DEBUG_PRINTF("exceptionsOffset=%u\n", exceptionsOffset); in writeExceptions()
1932 exception_t *etable = (exception_t *)((char *)limex + exceptionsOffset); in writeExceptions()
1976 limex->exceptionOffset = exceptionsOffset; in writeExceptions()
2304 const u32 exceptionsOffset = offset; in generateNfa() local
2356 writeExceptions(args, exceptionMap, repeatOffsets, limex, exceptionsOffset, in generateNfa()