| Package | Description |
|---|---|
| org.jikesrvm.compilers.opt.bc2ir |
Provides classes that implement the transformation from bytecode to the
high-level intermediate representation (HIR).
|
| org.jikesrvm.compilers.opt.ir |
| Modifier and Type | Field and Description |
|---|---|
(package private) ExceptionHandlerBasicBlock |
HandlerBlockLE.entryBlock
The synthetic entry basic block for this handler.
|
| Modifier and Type | Field and Description |
|---|---|
private ExceptionHandlerBasicBlock[] |
ExceptionHandlerBasicBlockBag.local
The array of ExceptionHandlerBasicBlocks constructed by BC2IR
based on the local set of handlers visible within a single method
|
| Constructor and Description |
|---|
ExceptionHandlerBasicBlockBag(ExceptionHandlerBasicBlock[] l,
ExceptionHandlerBasicBlockBag c)
Create an EHBBB
|