Searched refs:getMaxLocals (Results 1 – 8 of 8) sorted by relevance
72 super(primary.getMaxLocals() > 0); in LocalsArraySet()84 super(toCopy.getMaxLocals() > 0); in LocalsArraySet()169 int len = primary.getMaxLocals(); in makeInitialized()189 public int getMaxLocals() { in getMaxLocals() method in LocalsArraySet190 return primary.getMaxLocals(); in getMaxLocals()
72 public abstract int getMaxLocals(); in getMaxLocals() method in LocalsArray
209 public int getMaxLocals() { in getMaxLocals() method in ConcreteMethod210 return attCode.getMaxLocals(); in getMaxLocals()
105 public int getMaxLocals() { in getMaxLocals() method in OneLocalsArray237 LocalsArraySet result = new LocalsArraySet(getMaxLocals()); in mergeWithSubroutineCaller()
49 int sz = locals1.getMaxLocals(); in mergeLocals()52 if (locals2.getMaxLocals() != sz) { in mergeLocals()
156 this.maxLocals = method.getMaxLocals(); in RopperMachine()
381 this.maxLocals = method.getMaxLocals(); in Ropper()
116 public int getMaxLocals() { in getMaxLocals() method in AttCode