Searched refs:moreZeroFrame (Results 1 - 10 of 10) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DStackMapFrameVisitor.java38 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame); argument
/external/proguard/src/proguard/classfile/visitor/
H A DClassCleaner.java212 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
214 clean(moreZeroFrame);
216 moreZeroFrame.additionalVariablesAccept(clazz, method, codeAttribute, offset, this);
H A DClassPrinter.java722 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
724 print(visitorInfo(moreZeroFrame) +
728 moreZeroFrame.additionalVariablesAccept(clazz, method, codeAttribute, offset, this);
/external/proguard/src/proguard/classfile/io/
H A DProgramClassReader.java583 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
585 moreZeroFrame.u2offsetDelta = dataInput.readUnsignedShort();
588 moreZeroFrame.additionalVariables = new VerificationType[moreZeroFrame.additionalVariablesCount];
589 for (int index = 0; index < moreZeroFrame.additionalVariablesCount; index++)
593 moreZeroFrame.additionalVariables[index] = verificationType;
H A DProgramClassWriter.java589 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
591 dataOutput.writeShort(moreZeroFrame.u2offsetDelta);
594 moreZeroFrame.additionalVariablesAccept(clazz, method, codeAttribute, offset, this);
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java531 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
534 visitAnyStackMapFrame(clazz, method, codeAttribute, offset, moreZeroFrame);
537 moreZeroFrame.additionalVariablesAccept(clazz, method, codeAttribute, offset, this);
H A DConstantPoolRemapper.java483 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
486 moreZeroFrame.additionalVariablesAccept(clazz, method, codeAttribute, offset, this);
H A DCodeAttributeEditor.java868 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
871 visitAnyStackMapFrame(clazz, method, codeAttribute, offset, moreZeroFrame);
874 moreZeroFrame.additionalVariablesAccept(clazz, method, codeAttribute, offset, this);
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java716 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
719 moreZeroFrame.additionalVariablesAccept(clazz, method, codeAttribute, offset, this);
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java553 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
555 visitAnyStackMapFrame(clazz, method, codeAttribute, offset, moreZeroFrame);

Completed in 2554 milliseconds