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

  /external/proguard/src/proguard/classfile/attribute/preverification/visitor/
StackMapFrameVisitor.java 39 public void visitFullFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame);
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 217 pos = fullFrame(pos);
312 private int fullFrame(int pos) throws BadBytecode {
322 fullFrame(pos, offset, localsTags, localsData, itemsTags, itemsData);
338 public void fullFrame(int pos, int offsetDelta, int[] localTags, int[] localData,
385 public void fullFrame(int pos, int offsetDelta, int[] localTags, int[] localData,
387 writer.fullFrame(offsetDelta, localTags, copyData(localTags, localData),
491 public void fullFrame(int pos, int offsetDelta, int[] localTags, int[] localData,
495 super.fullFrame(pos, offsetDelta, localTags, localData, stackTags, stackData);
519 super.fullFrame(pos, offsetDelta, localTags2, localData2, stackTags, stackData);
649 public void fullFrame(int offsetDelta, int[] localTags, int[] localData
    [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/visitor/
ClassCleaner.java 220 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
222 clean(fullFrame);
224 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
225 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
ClassPrinter.java 792 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
794 print(visitorInfo(fullFrame) +
798 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
802 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java 433 stackMapAttribute.stackMapFrames = new FullFrame[stackMapAttribute.u2stackMapFramesCount];
436 FullFrame stackMapFrame = new FullFrame();
650 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
652 fullFrame.u2offsetDelta = dataInput.readUnsignedShort();
655 fullFrame.variablesCount = dataInput.readUnsignedShort();
656 fullFrame.variables = new VerificationType[fullFrame.variablesCount];
657 for (int index = 0; index < fullFrame.variablesCount; index++
    [all...]
ProgramClassWriter.java 643 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
645 dataOutput.writeShort(fullFrame.u2offsetDelta);
648 dataOutput.writeShort(fullFrame.variablesCount);
649 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
652 dataOutput.writeShort(fullFrame.stackCount);
653 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolShrinker.java 389 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
392 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
393 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
CodeAttributeComposer.java 615 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
618 visitAnyStackMapFrame(clazz, method, codeAttribute, offset, fullFrame);
621 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
622 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
    [all...]
ConstantPoolRemapper.java 535 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
538 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
539 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
CodeAttributeEditor.java     [all...]
  /external/proguard/src/proguard/shrink/
UsageMarker.java 849 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
852 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
853 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
MapMaker.java 393 writer.fullFrame(offsetDelta, ltags, ldata, stags, sdata);
  /external/proguard/src/proguard/classfile/util/
SimplifiedVisitor.java 583 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
585 visitAnyStackMapFrame(clazz, method, codeAttribute, offset, fullFrame);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 484 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres,
513 roi = getSanitizeROI(roi, fullFrame);
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 161 milliseconds