Searched refs:maxRelativeStackSize (Results 1 – 1 of 1) sorted by relevance
517 private int maxRelativeStackSize; field in MethodWriter853 if (relativeStackSize > maxRelativeStackSize) { in visitFrame()854 maxRelativeStackSize = relativeStackSize; in visitFrame()873 if (size > maxRelativeStackSize) { in visitInsn()874 maxRelativeStackSize = size; in visitInsn()900 if (size > maxRelativeStackSize) { in visitIntInsn()901 maxRelativeStackSize = size; in visitIntInsn()937 if (size > maxRelativeStackSize) { in visitVarInsn()938 maxRelativeStackSize = size; in visitVarInsn()983 if (size > maxRelativeStackSize) { in visitTypeInsn()[all …]