Top Fields Constructors Methods
sun.jvm.hotspot.oops

public Class ParametersTypeData<K, M>

extends ArrayData
Class Inheritance
Imports
java.io.*, java.util.*, sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.runtime.*, sun.jvm.hotspot.types.*, sun.jvm.hotspot.utilities.*

Field Summary

Modifier and TypeField and Description
pack-priv final TypeStackSlotEntries<K, M>
Inherited from sun.jvm.hotspot.oops.ArrayData:
arrayLenOffSetarrayStartOffSet

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public int
public void
pack-priv int
stackSlot(int i)

pack-priv static int
public K
type(int i)

public static int
typeIndex(int i)

pack-priv static int
Inherited from sun.jvm.hotspot.oops.ArrayData:
arrayElementOffsetarrayIntAtarrayLenarrayLenOffsetarrayStartOffsetarrayUintAtcellCountstaticCellCount

Field Detail

parametersback to summary
pack-priv final TypeStackSlotEntries<K, M> parameters

Constructor Detail

ParametersTypeDataback to summary
public ParametersTypeData(MethodDataInterface<K, M> methodData, DataLayout layout)

Method Detail

numberOfParametersback to summary
public int numberOfParameters()
printDataOnback to summary
public void printDataOn(PrintStream st)

Implements abstract sun.jvm.hotspot.oops.ProfileData.printDataOn.

stackSlotback to summary
pack-priv int stackSlot(int i)
stackSlotLocalOffsetback to summary
pack-priv static int stackSlotLocalOffset(int i)
typeback to summary
public K type(int i)
typeIndexback to summary
public static int typeIndex(int i)
typeLocalOffsetback to summary
pack-priv static int typeLocalOffset(int i)