Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DStackMapFrameVisitor.java35 …(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame); in visitSameZeroFrame() argument
/external/proguard/src/proguard/classfile/visitor/
DClassCleaner.java245 …e(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) in visitSameZeroFrame() argument
247 clean(sameZeroFrame); in visitSameZeroFrame()
DClassPrinter.java791 …e(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) in visitSameZeroFrame() argument
793 println(visitorInfo(sameZeroFrame) + in visitSameZeroFrame()
/external/proguard/src/proguard/classfile/io/
DProgramClassWriter.java745 …e(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) in visitSameZeroFrame() argument
747 if (sameZeroFrame.getTag() == StackMapFrame.SAME_ZERO_FRAME_EXTENDED) in visitSameZeroFrame()
749 dataOutput.writeShort(sameZeroFrame.u2offsetDelta); in visitSameZeroFrame()
DProgramClassReader.java643 …e(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) in visitSameZeroFrame() argument
645 if (sameZeroFrame.getTag() == StackMapFrame.SAME_ZERO_FRAME_EXTENDED) in visitSameZeroFrame()
647 sameZeroFrame.u2offsetDelta = dataInput.readUnsignedShort(); in visitSameZeroFrame()
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java641 …e(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame) in visitSameZeroFrame() argument
643 visitAnyStackMapFrame(clazz, method, codeAttribute, offset, sameZeroFrame); in visitSameZeroFrame()