Uses of Class
org.htmlunit.corejs.classfile.SuperBlock
-
Packages that use SuperBlock Package Description org.htmlunit.corejs.classfile -
-
Uses of SuperBlock in org.htmlunit.corejs.classfile
Fields in org.htmlunit.corejs.classfile declared as SuperBlock Modifier and Type Field Description private SuperBlock[]
ClassFileWriter.StackMapTable. superBlocks
private SuperBlock[]
ClassFileWriter.StackMapTable. workList
Methods in org.htmlunit.corejs.classfile that return SuperBlock Modifier and Type Method Description private SuperBlock
ClassFileWriter.StackMapTable. getBranchTarget(int bci)
Get the target super block of a branch instruction.private SuperBlock
ClassFileWriter.StackMapTable. getSuperBlockFromOffset(int offset)
Methods in org.htmlunit.corejs.classfile with parameters of type SuperBlock Modifier and Type Method Description private void
ClassFileWriter.StackMapTable. addToWorkList(SuperBlock sb)
private void
ClassFileWriter.StackMapTable. executeBlock(SuperBlock work)
Simulate the local variable and op stack for a super block.private void
ClassFileWriter.StackMapTable. flowInto(SuperBlock sb)
Perform a merge of type state and add the super block to the work list if the merge changed anything.private void
ClassFileWriter.StackMapTable. killSuperBlock(SuperBlock sb)
Replace the contents of a super block with no-ops.
-