Uses of Class
javassist.bytecode.analysis.Subroutine
Packages that use Subroutine
-
Uses of Subroutine in javassist.bytecode.analysis
Fields in javassist.bytecode.analysis declared as SubroutineModifier and TypeFieldDescriptionprivate Subroutine[]
Analyzer.subroutines
private Subroutine[]
SubroutineScanner.subroutines
Fields in javassist.bytecode.analysis with type parameters of type SubroutineModifier and TypeFieldDescription(package private) Map
<Integer, Subroutine> SubroutineScanner.subTable
Methods in javassist.bytecode.analysis that return SubroutineMethods in javassist.bytecode.analysis with parameters of type SubroutineModifier and TypeMethodDescriptionprivate void
Executor.access
(int index, Type type, Subroutine subroutine) private void
Executor.evalLoad
(Type expected, int index, Frame frame, Subroutine subroutine) private void
Executor.evalStore
(Type expected, int index, Frame frame, Subroutine subroutine) private void
Executor.evalWide
(int pos, CodeIterator iter, Frame frame, Subroutine subroutine) void
Executor.execute
(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) Execute the instruction, modeling the effects on the specified frame and subroutine.private void
Analyzer.mergeJsr
(IntQueue queue, Frame frame, Subroutine sub, int pos, int next) private void
Analyzer.mergeRet
(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subroutine) private void
SubroutineScanner.scan
(int pos, CodeIterator iter, Subroutine sub) private void
SubroutineScanner.scanLookupSwitch
(int pos, CodeIterator iter, Subroutine sub) private boolean
SubroutineScanner.scanOp
(int pos, CodeIterator iter, Subroutine sub) private void
SubroutineScanner.scanTableSwitch
(int pos, CodeIterator iter, Subroutine sub)