Uses of Class
org.jruby.ir.representations.ExceptionRegion
Packages that use ExceptionRegion
-
Uses of ExceptionRegion in org.jruby.ir.representations
Fields in org.jruby.ir.representations with type parameters of type ExceptionRegionModifier and TypeFieldDescriptionprivate final List<ExceptionRegion>ExceptionRegion.nestedRegionsMethods in org.jruby.ir.representations with parameters of type ExceptionRegionMethod parameters in org.jruby.ir.representations with type arguments of type ExceptionRegionModifier and TypeMethodDescriptionprivate BasicBlockCFG.buildExitBasicBlock(Stack<ExceptionRegion> nestedExceptionRegions, BasicBlock firstBB, List<BasicBlock> returnBBs, List<BasicBlock> exceptionBBs, boolean nextIsFallThrough, BasicBlock currBB, BasicBlock entryBB) Create special empty exit BasicBlock that all BasicBlocks will eventually flow into.private BasicBlockCFG.createBB(Stack<ExceptionRegion> nestedExceptionRegions) private BasicBlockCFG.createBB(Label label, Stack<ExceptionRegion> nestedExceptionRegions)