Home | History | Annotate | Download | only in compiler

Lines Matching defs:getMaxLocals

105     public int getMaxLocals() { return bytecode.getMaxLocals(); }
121 tempVar = getMaxLocals();
131 v = getMaxLocals(); // delayed variable allocation.
650 final int var = bc.getMaxLocals();
710 d.setLocalVar(getMaxLocals());
1586 int var = getMaxLocals();