public final class StackFrameLayout extends Object
Constructor and Description |
---|
StackFrameLayout() |
Modifier and Type | Method and Description |
---|---|
static int |
getBootThreadStackSize() |
static int |
getInvisibleMethodID() |
static int |
getJNIStackGrowthSize() |
static int |
getMaxStackSize() |
static int |
getNormalStackSize() |
static int |
getStackFrameHeaderSize() |
static Offset |
getStackFrameMethodIDOffset() |
static Offset |
getStackFramePointerOffset() |
static Offset |
getStackFrameReturnAddressOffset() |
static Address |
getStackFrameSentinelFP() |
static int |
getStackGrowthSize() |
static int |
getStackSizeBoot() |
static int |
getStackSizeCollector() |
static int |
getStackSizeDLOpen() |
static int |
getStackSizeGCDisabled() |
static int |
getStackSizeGuard() |
static int |
getStackSizeNormal() |
public StackFrameLayout()
public static int getNormalStackSize()
public static int getMaxStackSize()
public static int getBootThreadStackSize()
public static int getStackSizeCollector()
public static int getStackSizeGCDisabled()
public static int getStackSizeDLOpen()
public static int getStackSizeBoot()
public static int getStackSizeNormal()
public static int getJNIStackGrowthSize()
public static int getStackGrowthSize()
public static int getStackSizeGuard()
public static Address getStackFrameSentinelFP()
public static int getInvisibleMethodID()
public static int getStackFrameHeaderSize()
public static Offset getStackFrameMethodIDOffset()
public static Offset getStackFramePointerOffset()
public static Offset getStackFrameReturnAddressOffset()