Uses of Class
com.strobel.assembler.ir.Frame
-
Packages that use Frame Package Description com.strobel.assembler.ir com.strobel.assembler.metadata com.strobel.decompiler com.strobel.decompiler.ast -
-
Uses of Frame in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as Frame Modifier and Type Field Description private Frame
StackMapFrame. _frame
static Frame
Frame. NEW_EMPTY
static Frame
Frame. SAME
Methods in com.strobel.assembler.ir that return Frame Modifier and Type Method Description Frame
StackMappingVisitor. buildFrame()
static Frame
Frame. computeDelta(Frame previous, Frame current)
Frame
StackMapFrame. getFrame()
static Frame
Frame. merge(Frame input, Frame output, Frame next, java.util.Map<Instruction,TypeReference> initializations)
Frame
Frame. withEmptyStack()
Methods in com.strobel.assembler.ir with parameters of type Frame Modifier and Type Method Description static Frame
Frame. computeDelta(Frame previous, Frame current)
static Frame
Frame. merge(Frame input, Frame output, Frame next, java.util.Map<Instruction,TypeReference> initializations)
private static boolean
StackMapAnalyzer. updateFrame(Instruction instruction, Frame inputFrame, Frame outputFrame, java.util.Map<Instruction,TypeReference> initializations, java.util.Map<Instruction,Frame> frames)
void
StackMappingVisitor. visitFrame(Frame frame)
Constructors in com.strobel.assembler.ir with parameters of type Frame Constructor Description StackMapFrame(Frame frame, Instruction startInstruction)
-
Uses of Frame in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata with parameters of type Frame Modifier and Type Method Description void
MethodVisitor. visitFrame(Frame frame)
-
Uses of Frame in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type Frame Modifier and Type Method Description static void
DecompilerHelpers. writeFrame(ITextOutput writer, Frame frame)
-
Uses of Frame in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast that return Frame Modifier and Type Method Description private static Frame
AstBuilder. createFrame(AstBuilder.StackSlot[] stack, AstBuilder.VariableSlot[] locals)
Frame
AstBuilder.ByteCode. getFrameBefore()
-