HomeSort by relevance Sort by last modified time
    Searched defs:fullFrame (Results 1 - 11 of 11) sorted by null

  /external/proguard/src/proguard/classfile/visitor/
ClassCleaner.java 273 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
275 clean(fullFrame);
277 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
278 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
ClassPrinter.java 832 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
834 print(visitorInfo(fullFrame) +
838 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
842 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 648 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
651 visitAnyStackMapFrame(clazz, method, codeAttribute, offset, fullFrame);
654 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
655 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
    [all...]
CodeAttributeEditor.java     [all...]
ConstantPoolRemapper.java 546 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
549 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
550 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
ConstantPoolShrinker.java 399 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
402 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
403 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
  /external/proguard/src/proguard/shrink/
UsageMarker.java 870 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
873 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
874 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
    [all...]
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 143 stackMapFrameList.add(new FullFrame(offset,
218 FullFrame[] stackMapFrames = new FullFrame[frameCount];
507 FullFrame fullFrame = (FullFrame)stackMapFrameList.get(index);
509 int variablesCount = fullFrame.variablesCount;
510 VerificationType[] variables = fullFrame.variables;
511 int stackCount = fullFrame.stackCount;
512 VerificationType[] stack = fullFrame.stack
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassWriter.java 781 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
783 dataOutput.writeShort(fullFrame.u2offsetDelta);
786 dataOutput.writeShort(fullFrame.variablesCount);
787 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
790 dataOutput.writeShort(fullFrame.stackCount);
791 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
  /external/aac/libDRCdec/src/
drcDec_types.h 216 UCHAR fullFrame;
  /external/guice/extensions/struts2/lib/
javassist.jar 

Completed in 311 milliseconds