SandMark version 3.0


sandmark.util
Class InlinedStackFrame

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

class InlinedStackFrame
extends java.lang.Object


Field Summary
(package private)  int mArgsFirstSlot
           
(package private)  int mLocalsFirstSlot
           
(package private)  int mRvFirstSlot
           
(package private)  int mSavedStackFirstSlot
           
(package private)  int mUnusedFirstSlot
           
 
Constructor Summary
(package private) InlinedStackFrame(Context cx, de.fub.bytecode.generic.MethodGen callee, int firstUnusedSlot)
           
 
Method Summary
(package private) static int argCount(de.fub.bytecode.generic.MethodGen mg)
           
(package private) static int cxSize(Context cx, int startStackItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mRvFirstSlot

int mRvFirstSlot

mSavedStackFirstSlot

int mSavedStackFirstSlot

mArgsFirstSlot

int mArgsFirstSlot

mLocalsFirstSlot

int mLocalsFirstSlot

mUnusedFirstSlot

int mUnusedFirstSlot
Constructor Detail

InlinedStackFrame

InlinedStackFrame(Context cx,
                  de.fub.bytecode.generic.MethodGen callee,
                  int firstUnusedSlot)
Method Detail

cxSize

static int cxSize(Context cx,
                  int startStackItem)

argCount

static int argCount(de.fub.bytecode.generic.MethodGen mg)

SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003