Uses of Class
org.jikesrvm.compilers.baseline.BranchProfile

Packages that use BranchProfile
org.jikesrvm.compilers.baseline   
 

Uses of BranchProfile in org.jikesrvm.compilers.baseline
 

Subclasses of BranchProfile in org.jikesrvm.compilers.baseline
 class ConditionalBranchProfile
          Profile data for a branch instruction.
 class SwitchBranchProfile
          Profile data for a branch instruction.
 

Fields in org.jikesrvm.compilers.baseline declared as BranchProfile
private  BranchProfile[] BranchProfiles.data
           
 

Methods in org.jikesrvm.compilers.baseline that return BranchProfile
 BranchProfile BranchProfiles.getEntry(int bcIndex)
          Find the BranchProfile for a given bytecode index in the BranchProfile array