Searched refs:computeMaxStack (Results 1 – 3 of 3) sorted by relevance
32 int newMax = ca.computeMaxStack(); in test()
250 public int computeMaxStack() throws BadBytecode { in computeMaxStack() method in CodeAttribute251 maxStack = new CodeAnalyzer(this).computeMaxStack(); in computeMaxStack()
31 public int computeMaxStack() in computeMaxStack() method in CodeAnalyzer