Uses of Class
kilim.analysis.CallWeaver
Packages that use CallWeaver
-
Uses of CallWeaver in kilim.analysis
Fields in kilim.analysis with type parameters of type CallWeaverMethods in kilim.analysis that return types with arguments of type CallWeaverModifier and TypeMethodDescriptionprivate List<CallWeaver> MethodWeaver.getCallsUnderCatchBlock(BasicBlock catchBB) Methods in kilim.analysis with parameters of type CallWeaverMethod parameters in kilim.analysis with type arguments of type CallWeaverModifier and TypeMethodDescriptionprivate voidMethodWeaver.genException(org.objectweb.asm.MethodVisitor mv, BasicBlock bb, List<CallWeaver> cwList) Generate code for only those catch blocks that are reachable from one or more pausable blocks.