Uses of Class
org.jikesrvm.osr.TypeStack

Packages that use TypeStack
org.jikesrvm.osr   
 

Uses of TypeStack in org.jikesrvm.osr
 

Methods in org.jikesrvm.osr with parameters of type TypeStack
private  boolean BytecodeTraverser.scanBlocks(NormalMethod method, BytecodeStream bytecodes, boolean doDFS, int pcs, byte[] ltypes, byte[] stypes, int startpc, TypeStack S, int[] stackHeights)
           
 

Constructors in org.jikesrvm.osr with parameters of type TypeStack
TypeStack(TypeStack other)