Searched refs:computeMaxStack (Results 1 – 2 of 2) sorted by relevance
237 public int computeMaxStack() throws BadBytecode { in computeMaxStack() method in CodeAttribute238 maxStack = new CodeAnalyzer(this).computeMaxStack(); in computeMaxStack()
30 public int computeMaxStack() in computeMaxStack() method in CodeAnalyzer