Searched defs:maxstack (Results 1 – 3 of 3) sorted by relevance
1793 abstract int maxstack (); in maxstack() method in InstrVisitor.CodeSegment1857 int maxstack () { return 2; } // note: needs to be updated each time emitted code changes in maxstack() method in InstrVisitor.clinitHeader1940 int maxstack () { return 2; } // note: needs to be updated each time emitted code changes in maxstack() method in InstrVisitor.methodHeader1995 int maxstack () { return 3; } // note: needs to be updated each time emitted code changes in maxstack() method in InstrVisitor.BlockSegment
1507 int maxstack = codeAttr.getMaxStack(); in modifyClassConstructor() local1577 int maxstack = codeAttr.getMaxStack(); in insertAuxInitializer() local
230 FT_UInt maxstack; member