Searched refs:LessZeroFrame (Results 1 - 9 of 9) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DLessZeroFrame.java32 public class LessZeroFrame extends StackMapFrame class in inherits:StackMapFrame
38 * Creates an uninitialized LessZeroFrame.
40 public LessZeroFrame() method in class:LessZeroFrame
46 * Creates a LessZeroFrame with the given tag.
48 public LessZeroFrame(int tag) method in class:LessZeroFrame
55 * Creates a LessZeroFrame with the given number of chopped variables.
57 public LessZeroFrame(byte choppedVariablesCount) method in class:LessZeroFrame
86 LessZeroFrame other = (LessZeroFrame)object;
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DStackMapFrameVisitor.java37 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame);
/external/proguard/src/proguard/classfile/visitor/
H A DClassCleaner.java206 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame)
H A DClassPrinter.java771 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame)
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java554 compressedFrame = new LessZeroFrame((byte)-additionalVariablesCount);
/external/proguard/src/proguard/classfile/io/
H A DProgramClassReader.java629 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame)
867 u1tag < StackMapFrame.SAME_ZERO_FRAME_EXTENDED ? (StackMapFrame)new LessZeroFrame(u1tag) :
H A DProgramClassWriter.java628 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame)
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java571 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 533 milliseconds