Searched defs:getMaxLocals (Results 1 – 3 of 3) sorted by relevance
245 public int getMaxLocals() { in getMaxLocals() method in CodeAttribute
233 public int getMaxLocals() { return maxLocals; } in getMaxLocals() method in Bytecode
105 public int getMaxLocals() { return bytecode.getMaxLocals(); } in getMaxLocals() method in CodeGen