Searched refs:stackCount (Results 1 – 5 of 5) sorted by relevance
36 public int stackCount; field in FullFrame69 int stackCount, in FullFrame() argument75 this.stackCount = stackCount; in FullFrame()97 for (int index = 0; index < stackCount; index++) in stackAccept()131 this.stackCount != other.stackCount) in equals()147 for (int index = 0; index < stackCount; index++) in equals()171 for (int index = 0; index < stackCount; index++) in hashCode()193 for (int index = 0; index < stackCount; index++) in toString()
511 int stackCount = fullFrame.stackCount; in compressStackMapFrames() local534 if (stackCount == 0) in compressStackMapFrames()539 else if (stackCount == 1) in compressStackMapFrames()545 else if (stackCount == 0) in compressStackMapFrames()
702 fullFrame.stackCount = dataInput.readUnsignedShort(); in visitFullFrame()703 fullFrame.stack = new VerificationType[fullFrame.stackCount]; in visitFullFrame()704 for (int index = 0; index < fullFrame.stackCount; index++) in visitFullFrame()
790 dataOutput.writeShort(fullFrame.stackCount); in visitFullFrame()
1545 var stackCount = 0;1566 if (++stackCount === parseInt(isStack[3])) {1568 stackCount = 0;1571 stackCount = 0;1576 } while (++i < max && stackCount > 0);