public interface JvmtiInterface
extends org.graalvm.word.PointerBase
| Modifier and Type | Field and Description |
|---|---|
static int |
JVMTI_VERSION_1_2 |
static final int JVMTI_VERSION_1_2
JvmtiInterface.GetJNIFunctionTableFunctionPointer GetJNIFunctionTable()
JvmtiInterface.SetJNIFunctionTableFunctionPointer SetJNIFunctionTable()
JvmtiInterface.DeallocateFunctionPointer Deallocate()
JvmtiInterface.SetEventCallbacksFunctionPointer SetEventCallbacks()
JvmtiInterface.SetEventNotificationModeFunctionPointer SetEventNotificationMode()
JvmtiInterface.GetStackTraceFunctionPointer GetStackTrace()
JvmtiInterface.GetMethodDeclaringClassFunctionPointer GetMethodDeclaringClass()
JvmtiInterface.CapabilitiesFunctionPointer GetCapabilities()
JvmtiInterface.CapabilitiesFunctionPointer AddCapabilities()
JvmtiInterface.SetBreakpointFunctionPointer SetBreakpoint()
JvmtiInterface.GetLocalFunctionPointer GetLocalObject()
JvmtiInterface.GetLocalFunctionPointer GetLocalInt()
JvmtiInterface.GetClassLoaderFunctionPointer GetClassLoader()
JvmtiInterface.GetMethodNameFunctionPointer GetMethodName()
JvmtiInterface.GetFieldDeclaringClassFunctionPointer GetFieldDeclaringClass()
JvmtiInterface.GetClassSignatureFunctionPointer GetClassSignature()
JvmtiInterface.GetMethodModifiersFunctionPointer GetMethodModifiers()
JvmtiInterface.GetFieldModifiersFunctionPointer GetFieldModifiers()
JvmtiInterface.IsInterfaceFunctionPointer IsInterface()
JvmtiInterface.GetImplementedInterfacesFunctionPointer GetImplementedInterfaces()