Searched refs:sameZeroFrame (Results 1 - 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DStackMapFrameVisitor.java35 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame); argument
/external/proguard/src/proguard/classfile/visitor/
H A DClassCleaner.java192 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) argument
194 clean(sameZeroFrame);
H A DClassPrinter.java693 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) argument
695 println(visitorInfo(sameZeroFrame) +
/external/proguard/src/proguard/classfile/io/
H A DProgramClassWriter.java562 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) argument
564 if (sameZeroFrame.getTag() == StackMapFrame.SAME_ZERO_FRAME_EXTENDED)
566 dataOutput.writeShort(sameZeroFrame.u2offsetDelta);
H A DProgramClassReader.java554 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) argument
556 if (sameZeroFrame.getTag() == StackMapFrame.SAME_ZERO_FRAME_EXTENDED)
558 sameZeroFrame.u2offsetDelta = dataInput.readUnsignedShort();
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java535 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) argument
537 visitAnyStackMapFrame(clazz, method, codeAttribute, offset, sameZeroFrame);

Completed in 93 milliseconds