Home
last modified time | relevance | path

Searched refs:stackCount (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
DFullFrame.java36 public int stackCount; field in FullFrame
69 int stackCount, in FullFrame() argument
75 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()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java511 int stackCount = fullFrame.stackCount; in compressStackMapFrames() local
534 if (stackCount == 0) in compressStackMapFrames()
539 else if (stackCount == 1) in compressStackMapFrames()
545 else if (stackCount == 0) in compressStackMapFrames()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java702 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()
DProgramClassWriter.java790 dataOutput.writeShort(fullFrame.stackCount); in visitFullFrame()
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js1545 var stackCount = 0;
1566 if (++stackCount === parseInt(isStack[3])) {
1568 stackCount = 0;
1571 stackCount = 0;
1576 } while (++i < max && stackCount > 0);