public interface JvmtiInterface
extends org.graalvm.word.PointerBase
| Type | Property and Description |
|---|---|
JvmtiInterface.GetSystemPropertyFunctionPointer |
GetSystem |
| Modifier and Type | Field and Description |
|---|---|
static int |
JVMTI_VERSION_1_2 |
static int |
JVMTI_VERSION_11 |
static int |
JVMTI_VERSION_9 |
JvmtiInterface.GetSystemPropertyFunctionPointer GetSystemProperty
static final int JVMTI_VERSION_1_2
static final int JVMTI_VERSION_9
static final int JVMTI_VERSION_11
JvmtiInterface.GetJNIFunctionTableFunctionPointer GetJNIFunctionTable()
JvmtiInterface.SetJNIFunctionTableFunctionPointer SetJNIFunctionTable()
JvmtiInterface.AllocateFunctionPointer Allocate()
JvmtiInterface.DeallocateFunctionPointer Deallocate()
JvmtiInterface.SetEventCallbacksFunctionPointer SetEventCallbacks()
JvmtiInterface.SetEventNotificationModeFunctionPointer SetEventNotificationMode()
JvmtiInterface.GetFrameCountFunctionPointer GetFrameCount()
JvmtiInterface.GetStackTraceFunctionPointer GetStackTrace()
JvmtiInterface.GetLineNumberTableFunctionPointer GetLineNumberTable()
JvmtiInterface.GetMethodDeclaringClassFunctionPointer GetMethodDeclaringClass()
JvmtiInterface.IsMethodNativeFunctionPointer IsMethodNative()
JvmtiInterface.CapabilitiesFunctionPointer GetCapabilities()
JvmtiInterface.CapabilitiesFunctionPointer AddCapabilities()
JvmtiInterface.SetBreakpointFunctionPointer SetBreakpoint()
JvmtiInterface.GetLocalFunctionPointer GetLocalObject()
JvmtiInterface.GetLocalFunctionPointer GetLocalInt()
JvmtiInterface.GetLocalInstanceFunctionPointer GetLocalInstance()
JvmtiInterface.GetClassLoaderFunctionPointer GetClassLoader()
JvmtiInterface.GetSourceFileNameFunctionPointer GetSourceFileName()
JvmtiInterface.GetMethodNameFunctionPointer GetMethodName()
JvmtiInterface.GetFieldDeclaringClassFunctionPointer GetFieldDeclaringClass()
JvmtiInterface.GetClassSignatureFunctionPointer GetClassSignature()
JvmtiInterface.GetClassMethodsFunctionPointer GetClassMethods()
JvmtiInterface.GetMethodModifiersFunctionPointer GetMethodModifiers()
JvmtiInterface.GetFieldModifiersFunctionPointer GetFieldModifiers()
JvmtiInterface.GetImplementedInterfacesFunctionPointer GetImplementedInterfaces()
JvmtiInterface.GetFieldNameFunctionPointer GetFieldName()
JvmtiInterface.ForceEarlyReturnObjectFunctionPointer ForceEarlyReturnObject()
JvmtiInterface.GetSystemPropertyFunctionPointer GetSystemProperty()
JvmtiInterface.GetSystemPropertiesFunctionPointer GetSystemProperties()
JvmtiInterface.GetBytecodesFunctionPointer GetBytecodes()
JvmtiInterface.GetConstantPoolFunctionPointer GetConstantPool()
JvmtiInterface.GetJLocationFormatFunctionPointer GetJLocationFormat()
JvmtiInterface.GetLoadedClassesFunctionPointer GetLoadedClasses()