Searched refs:FullFrame (Results 1 - 14 of 14) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/
H A DStackMapAttribute.java36 public FullFrame[] stackMapFrames;
50 public StackMapAttribute(FullFrame[] stackMapFrames)
60 FullFrame[] stackMapFrames)
84 FullFrame stackMapFrame = stackMapFrames[index];
H A DFullFrame.java32 public class FullFrame extends StackMapFrame class in inherits:StackMapFrame
41 * Creates an uninitialized FullFrame.
43 public FullFrame() method in class:FullFrame
49 * Creates a FullFrame with the given variables and stack.
51 public FullFrame(int offsetDelta, method in class:FullFrame
64 * Creates a FullFrame with the given variables and stack.
66 public FullFrame(int offsetDelta, method in class:FullFrame
127 FullFrame other = (FullFrame)object;
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DStackMapFrameVisitor.java39 public void visitFullFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame);
/external/proguard/src/proguard/preverify/
H A DCodePreverifier.java134 stackMapFrameList.add(new FullFrame(offset,
209 FullFrame[] stackMapFrames = new FullFrame[frameCount];
495 FullFrame fullFrame = (FullFrame)stackMapFrameList.get(index);
/external/proguard/src/proguard/classfile/io/
H A DProgramClassReader.java397 stackMapAttribute.stackMapFrames = new FullFrame[stackMapAttribute.u2stackMapFramesCount];
400 FullFrame stackMapFrame = new FullFrame();
598 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
813 (StackMapFrame)new FullFrame();
H A DProgramClassWriter.java598 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
/external/proguard/src/proguard/classfile/visitor/
H A DClassCleaner.java220 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
H A DClassPrinter.java734 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolRemapper.java490 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
H A DCodeAttributeComposer.java541 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
H A DCodeAttributeEditor.java878 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java723 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java559 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 311 milliseconds