public class HotSpotNativeFunctionPointer extends Object implements NativeFunctionPointer
Modifier and Type | Field and Description |
---|---|
(package private) String |
name |
(package private) long |
value |
Constructor and Description |
---|
HotSpotNativeFunctionPointer(long value,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the function.
|
long |
getRawValue()
Returns the raw function pointer value.
|
String |
toString() |
public HotSpotNativeFunctionPointer(long value, String name)
public String getName()
NativeFunctionPointer
getName
in interface NativeFunctionPointer
public long getRawValue()
NativeFunctionPointer
getRawValue
in interface NativeFunctionPointer