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.java751 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) argument
753 println(visitorInfo(sameZeroFrame) +
/external/proguard/src/proguard/classfile/io/
H A DProgramClassWriter.java607 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) argument
609 if (sameZeroFrame.getTag() == StackMapFrame.SAME_ZERO_FRAME_EXTENDED)
611 dataOutput.writeShort(sameZeroFrame.u2offsetDelta);
H A DProgramClassReader.java606 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) argument
608 if (sameZeroFrame.getTag() == StackMapFrame.SAME_ZERO_FRAME_EXTENDED)
610 sameZeroFrame.u2offsetDelta = dataInput.readUnsignedShort();
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java559 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) argument
561 visitAnyStackMapFrame(clazz, method, codeAttribute, offset, sameZeroFrame);

Completed in 52 milliseconds