Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DStackMapTable.java321 private int fullFrame(int pos) throws BadBytecode { in fullFrame() method in StackMapTable.Walker
347 public void fullFrame(int pos, int offsetDelta, int[] localTags, in fullFrame() method in StackMapTable.Walker
410 public void fullFrame(int pos, int offsetDelta, int[] localTags, int[] localData, in fullFrame() method in StackMapTable.SimpleCopy
520 public void fullFrame(int pos, int offsetDelta, int[] localTags, int[] localData, in fullFrame() method in StackMapTable.InsertLocal
678 public void fullFrame(int offsetDelta, int[] localTags, int[] localData, in fullFrame() method in StackMapTable.Writer
772 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/
DConstantPoolShrinker.java399 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()
DCodeAttributeComposer.java648 …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/aac/libDRCdec/src/
DdrcDec_types.h219 UCHAR fullFrame; member
DdrcDec_reader.cpp323 const int frameSize, const int fullFrame, in _decodeTimes()
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java665 …FullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) in visitFullFrame()