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

Packages that use JSRSubroutineInfo
org.jikesrvm.compilers.baseline   
 

Uses of JSRSubroutineInfo in org.jikesrvm.compilers.baseline
 

Methods in org.jikesrvm.compilers.baseline with parameters of type JSRSubroutineInfo
private  short[] BuildReferenceMaps.computeJSRNextMaps(short nextBBNum, int maplength, int JSRSubIndex, boolean JSRisinJSRSub, byte[][] bbMaps, int[] blockStkTop, JSRSubroutineInfo[] JSRSubs, int currBBStkEmpty, short[] workStk)
           
private  short[] BuildReferenceMaps.processJSR(int JSRBBNum, int JSRSubStartIndex, short brBBNum, short nextBBNum, byte[][] bbMaps, int currBBStkTop, byte[] currBBMap, int currBBStkEmpty, int[] blockStkTop, PendingRETInfo[] bbPendingRETs, PendingRETInfo currPendingRET, JSRSubroutineInfo[] JSRSubs, short[] workStk)