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

Packages that use BuildBB
org.jikesrvm.compilers.baseline   
 

Uses of BuildBB in org.jikesrvm.compilers.baseline
 

Methods in org.jikesrvm.compilers.baseline with parameters of type BuildBB
 void BuildReferenceMaps.buildReferenceMaps(NormalMethod method, int[] stackHeights, byte[] localTypes, ReferenceMaps referenceMaps, BuildBB buildBB)
          After the analysis of the blocks of a method, examine the byte codes again, to determine the reference maps for the gc points.