|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandlerBasicBlock | |
---|---|
org.jikesrvm.compilers.opt.bc2ir | |
org.jikesrvm.compilers.opt.ir |
Uses of ExceptionHandlerBasicBlock in org.jikesrvm.compilers.opt.bc2ir |
---|
Fields in org.jikesrvm.compilers.opt.bc2ir declared as ExceptionHandlerBasicBlock | |
---|---|
(package private) ExceptionHandlerBasicBlock |
HandlerBlockLE.entryBlock
The synthetic entry basic block for this handler. |
Uses of ExceptionHandlerBasicBlock in org.jikesrvm.compilers.opt.ir |
---|
Fields in org.jikesrvm.compilers.opt.ir declared as ExceptionHandlerBasicBlock | |
---|---|
private ExceptionHandlerBasicBlock[] |
ExceptionHandlerBasicBlockBag.local
The array of ExceptionHandlerBasicBlocks constructed by BC2IR based on the local set of handlers visible within a single method |
Constructors in org.jikesrvm.compilers.opt.ir with parameters of type ExceptionHandlerBasicBlock | |
---|---|
ExceptionHandlerBasicBlockBag(ExceptionHandlerBasicBlock[] l,
ExceptionHandlerBasicBlockBag c)
Create an EHBBB |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |