SandMark version 3.0


sandmark.util
Class Inliner

java.lang.Object
  |
  +--sandmark.util.Inliner

public class Inliner
extends java.lang.Object


Constructor Summary
Inliner(de.fub.bytecode.generic.MethodGen caller)
           
 
Method Summary
 int inline(de.fub.bytecode.generic.MethodGen callee, de.fub.bytecode.generic.InstructionHandle callSite, int firstUnusedSlot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Inliner

public Inliner(de.fub.bytecode.generic.MethodGen caller)
Method Detail

inline

public int inline(de.fub.bytecode.generic.MethodGen callee,
                  de.fub.bytecode.generic.InstructionHandle callSite,
                  int firstUnusedSlot)

SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003