Searched defs:stackMapFrame (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeComposer.java575 public void visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) argument
591 stackMapFrame.u2offsetDelta = offsetDelta;
H A DConstantPoolShrinker.java372 public void visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) {} argument
H A DCodeAttributeEditor.java914 public void visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) argument
930 stackMapFrame.u2offsetDelta = offsetDelta;
H A DConstantPoolRemapper.java518 public void visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) {} argument
/external/proguard/src/proguard/classfile/io/
H A DProgramClassWriter.java525 public void visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) argument
528 dataOutput.writeByte(stackMapFrame.getTag());
531 stackMapFrame.accept(clazz, method, codeAttribute, offset, stackMapFrameBodyWriter);
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java832 public void visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) {} argument
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java553 public void visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) argument

Completed in 109 milliseconds