Home
last modified time | relevance | path

Searched defs:maxstack (Results 1 – 1 of 1) sorted by relevance

/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1793 abstract int maxstack (); in maxstack() method in InstrVisitor.CodeSegment
1857 int maxstack () { return 2; } // note: needs to be updated each time emitted code changes in maxstack() method in InstrVisitor.clinitHeader
1940 int maxstack () { return 2; } // note: needs to be updated each time emitted code changes in maxstack() method in InstrVisitor.methodHeader
1995 int maxstack () { return 3; } // note: needs to be updated each time emitted code changes in maxstack() method in InstrVisitor.BlockSegment