|
Class Summary |
| BasicBlockMarker |
Subclasses of this class are used to encode integral values in
basic blocks. |
| EveryBlockMarker |
This implementation of MethodMarker takes a
BasicBlockMarker and uses it to mark each basic
block in a method. |
| InsnCountMarker |
This class marks basic blocks with a one-bit value
by manipulating the number of instructions in the block.
|
| MethodMarker |
Subclasses of this class are used to encode integral values in
methods. |
| PutstaticCountMarker |
This class embeds a one-bit value in a basic block by
manipulating the number of distinct static fields written
by the basic block. |
| StaticWriteParityMarker |
This class encodes one-bit values in basic blocks. |
| test |
Read the source code for this class to figure out
how to use an
EveryBlockMarker. |