Package | Description |
---|---|
org.jikesrvm.compilers.baseline |
Modifier and Type | Class and Description |
---|---|
class |
ConditionalBranchProfile
Profile data for a branch instruction.
|
class |
SwitchBranchProfile
Profile data for a branch instruction.
|
Modifier and Type | Field and Description |
---|---|
private BranchProfile[] |
BranchProfiles.data
Branch profile for each profiled bytecode
|
Modifier and Type | Method and Description |
---|---|
BranchProfile |
BranchProfiles.getEntry(int bcIndex)
Find the BranchProfile for a given bytecode index in the BranchProfile array
|