Home
last modified time | relevance | path

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

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DClassReader.java1867 int stackMapFrameOffset = 0; in readCode() local
1942 stackMapFrameOffset = currentOffset + 2; in readCode()
1956 stackMapFrameOffset = currentOffset + 2; in readCode()
1983 if (stackMapFrameOffset != 0) { in readCode()
2004 for (int offset = stackMapFrameOffset; offset < stackMapTableEndOffset - 2; ++offset) { in readCode()
2063 while (stackMapFrameOffset != 0 in readCode()
2088 if (stackMapFrameOffset < stackMapTableEndOffset) { in readCode()
2089 stackMapFrameOffset = in readCode()
2090 readStackMapFrame(stackMapFrameOffset, compressedFrames, expandFrames, context); in readCode()
2092 stackMapFrameOffset = 0; in readCode()
[all …]