Home
last modified time | relevance | path

Searched defs:fullFrame (Results 1 – 13 of 13) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DStackMapTable.java312 private int fullFrame(int pos) throws BadBytecode { in fullFrame() method in StackMapTable.Walker
338 public void fullFrame(int pos, int offsetDelta, int[] localTags, int[] localData, in fullFrame() method in StackMapTable.Walker
385 public void fullFrame(int pos, int offsetDelta, int[] localTags, int[] localData, in fullFrame() method in StackMapTable.SimpleCopy
491 public void fullFrame(int pos, int offsetDelta, int[] localTags, int[] localData, in fullFrame() method in StackMapTable.InsertLocal
649 public void fullFrame(int offsetDelta, int[] localTags, int[] localData, in fullFrame() method in StackMapTable.Writer
738 public void fullFrame(int pos, int offsetDelta, int[] localTags, int[] localData, in fullFrame() method in StackMapTable.Printer
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
DStackMapFrameVisitor.java39 …( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame); in visitFullFrame()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java507 FullFrame fullFrame = (FullFrame)stackMapFrameList.get(index); in compressStackMapFrames() local
/external/proguard/src/proguard/classfile/visitor/
DClassCleaner.java273 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()
DClassPrinter.java832 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()
/external/proguard/src/proguard/classfile/editor/
DCodeAttributeComposer.java648 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()
DConstantPoolShrinker.java399 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()
DConstantPoolRemapper.java546 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()
DCodeAttributeEditor.java967 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()
/external/proguard/src/proguard/shrink/
DUsageMarker.java870 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()
/external/proguard/src/proguard/classfile/io/
DProgramClassWriter.java781 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()
DProgramClassReader.java687 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java665 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()