Searched refs:maxStackSize (Results 1 – 1 of 1) sorted by relevance
1594 int maxStackSize = 0; in computeAllFrames() local1604 if (maxBlockStackSize > maxStackSize) { in computeAllFrames()1605 maxStackSize = maxBlockStackSize; in computeAllFrames()1652 maxStackSize = Math.max(maxStackSize, 1); in computeAllFrames()1658 this.maxStack = maxStackSize; in computeAllFrames()1730 int maxStackSize = maxStack; in computeMaxStackAndLocal() local1741 if (maxBlockStackSize > maxStackSize) { in computeMaxStackAndLocal()1742 maxStackSize = maxBlockStackSize; in computeMaxStackAndLocal()1765 this.maxStack = maxStackSize; in computeMaxStackAndLocal()