32821
|
1 |
# JNI
|
|
2 |
JNI_CreateJavaVM;
|
|
3 |
JNI_GetCreatedJavaVMs;
|
|
4 |
JNI_GetDefaultJavaVMInitArgs;
|
|
5 |
|
|
6 |
# JVM
|
|
7 |
JVM_ActiveProcessorCount;
|
|
8 |
JVM_ArrayCopy;
|
|
9 |
JVM_AssertionStatusDirectives;
|
|
10 |
JVM_ClassDepth;
|
|
11 |
JVM_ClassLoaderDepth;
|
|
12 |
JVM_Clone;
|
|
13 |
JVM_ConstantPoolGetClassAt;
|
|
14 |
JVM_ConstantPoolGetClassAtIfLoaded;
|
|
15 |
JVM_ConstantPoolGetDoubleAt;
|
|
16 |
JVM_ConstantPoolGetFieldAt;
|
|
17 |
JVM_ConstantPoolGetFieldAtIfLoaded;
|
|
18 |
JVM_ConstantPoolGetFloatAt;
|
|
19 |
JVM_ConstantPoolGetIntAt;
|
|
20 |
JVM_ConstantPoolGetLongAt;
|
|
21 |
JVM_ConstantPoolGetMethodAt;
|
|
22 |
JVM_ConstantPoolGetMethodAtIfLoaded;
|
|
23 |
JVM_ConstantPoolGetMemberRefInfoAt;
|
|
24 |
JVM_ConstantPoolGetSize;
|
|
25 |
JVM_ConstantPoolGetStringAt;
|
|
26 |
JVM_ConstantPoolGetUTF8At;
|
|
27 |
JVM_CountStackFrames;
|
|
28 |
JVM_CurrentClassLoader;
|
|
29 |
JVM_CurrentLoadedClass;
|
|
30 |
JVM_CurrentThread;
|
|
31 |
JVM_CurrentTimeMillis;
|
|
32 |
JVM_DefineClass;
|
|
33 |
JVM_DefineClassWithSource;
|
|
34 |
JVM_DesiredAssertionStatus;
|
|
35 |
JVM_DoPrivileged;
|
|
36 |
JVM_DumpAllStacks;
|
|
37 |
JVM_DumpThreads;
|
|
38 |
JVM_FillInStackTrace;
|
|
39 |
JVM_FindClassFromCaller;
|
|
40 |
JVM_FindClassFromClass;
|
|
41 |
JVM_FindClassFromBootLoader;
|
|
42 |
JVM_FindLibraryEntry;
|
|
43 |
JVM_FindLoadedClass;
|
|
44 |
JVM_FindPrimitiveClass;
|
|
45 |
JVM_FindSignal;
|
|
46 |
JVM_FreeMemory;
|
|
47 |
JVM_GC;
|
|
48 |
JVM_GetAllThreads;
|
|
49 |
JVM_GetArrayElement;
|
|
50 |
JVM_GetArrayLength;
|
|
51 |
JVM_GetCPClassNameUTF;
|
|
52 |
JVM_GetCPFieldClassNameUTF;
|
|
53 |
JVM_GetCPFieldModifiers;
|
|
54 |
JVM_GetCPFieldNameUTF;
|
|
55 |
JVM_GetCPFieldSignatureUTF;
|
|
56 |
JVM_GetCPMethodClassNameUTF;
|
|
57 |
JVM_GetCPMethodModifiers;
|
|
58 |
JVM_GetCPMethodNameUTF;
|
|
59 |
JVM_GetCPMethodSignatureUTF;
|
|
60 |
JVM_GetCallerClass;
|
|
61 |
JVM_GetClassAccessFlags;
|
|
62 |
JVM_GetClassAnnotations;
|
|
63 |
JVM_GetClassCPEntriesCount;
|
|
64 |
JVM_GetClassCPTypes;
|
|
65 |
JVM_GetClassConstantPool;
|
|
66 |
JVM_GetClassContext;
|
|
67 |
JVM_GetClassDeclaredConstructors;
|
|
68 |
JVM_GetClassDeclaredFields;
|
|
69 |
JVM_GetClassDeclaredMethods;
|
|
70 |
JVM_GetClassFieldsCount;
|
|
71 |
JVM_GetClassInterfaces;
|
|
72 |
JVM_GetClassMethodsCount;
|
|
73 |
JVM_GetClassModifiers;
|
|
74 |
JVM_GetClassName;
|
|
75 |
JVM_GetClassNameUTF;
|
|
76 |
JVM_GetClassSignature;
|
|
77 |
JVM_GetClassSigners;
|
|
78 |
JVM_GetClassTypeAnnotations;
|
|
79 |
JVM_GetDeclaredClasses;
|
|
80 |
JVM_GetDeclaringClass;
|
|
81 |
JVM_GetSimpleBinaryName;
|
|
82 |
JVM_GetEnclosingMethodInfo;
|
|
83 |
JVM_GetFieldIxModifiers;
|
|
84 |
JVM_GetFieldTypeAnnotations;
|
|
85 |
JVM_GetInheritedAccessControlContext;
|
|
86 |
JVM_GetInterfaceVersion;
|
|
87 |
JVM_GetManagement;
|
|
88 |
JVM_GetMethodIxArgsSize;
|
|
89 |
JVM_GetMethodIxByteCode;
|
|
90 |
JVM_GetMethodIxByteCodeLength;
|
|
91 |
JVM_GetMethodIxExceptionIndexes;
|
|
92 |
JVM_GetMethodIxExceptionTableEntry;
|
|
93 |
JVM_GetMethodIxExceptionTableLength;
|
|
94 |
JVM_GetMethodIxExceptionsCount;
|
|
95 |
JVM_GetMethodIxLocalsCount;
|
|
96 |
JVM_GetMethodIxMaxStack;
|
|
97 |
JVM_GetMethodIxModifiers;
|
|
98 |
JVM_GetMethodIxNameUTF;
|
|
99 |
JVM_GetMethodIxSignatureUTF;
|
|
100 |
JVM_GetMethodParameters;
|
|
101 |
JVM_GetMethodTypeAnnotations;
|
|
102 |
JVM_GetNanoTimeAdjustment;
|
|
103 |
JVM_GetPrimitiveArrayElement;
|
|
104 |
JVM_GetProtectionDomain;
|
|
105 |
JVM_GetStackAccessControlContext;
|
|
106 |
JVM_GetStackTraceDepth;
|
|
107 |
JVM_GetStackTraceElement;
|
|
108 |
JVM_GetSystemPackage;
|
|
109 |
JVM_GetSystemPackages;
|
|
110 |
JVM_GetTemporaryDirectory;
|
|
111 |
JVM_GetVersionInfo;
|
|
112 |
JVM_Halt;
|
|
113 |
JVM_HoldsLock;
|
|
114 |
JVM_IHashCode;
|
|
115 |
JVM_InitAgentProperties;
|
|
116 |
JVM_InitProperties;
|
|
117 |
JVM_InternString;
|
|
118 |
JVM_Interrupt;
|
|
119 |
JVM_InvokeMethod;
|
|
120 |
JVM_IsArrayClass;
|
|
121 |
JVM_IsConstructorIx;
|
|
122 |
JVM_IsInterface;
|
|
123 |
JVM_IsInterrupted;
|
|
124 |
JVM_IsPrimitiveClass;
|
|
125 |
JVM_IsSameClassPackage;
|
|
126 |
JVM_IsSupportedJNIVersion;
|
|
127 |
JVM_IsThreadAlive;
|
|
128 |
JVM_IsVMGeneratedMethodIx;
|
|
129 |
JVM_LatestUserDefinedLoader;
|
|
130 |
JVM_LoadLibrary;
|
|
131 |
JVM_MaxObjectInspectionAge;
|
|
132 |
JVM_MaxMemory;
|
|
133 |
JVM_MonitorNotify;
|
|
134 |
JVM_MonitorNotifyAll;
|
|
135 |
JVM_MonitorWait;
|
|
136 |
JVM_NanoTime;
|
|
137 |
JVM_NativePath;
|
|
138 |
JVM_NewArray;
|
|
139 |
JVM_NewInstanceFromConstructor;
|
|
140 |
JVM_NewMultiArray;
|
|
141 |
JVM_RaiseSignal;
|
|
142 |
JVM_RawMonitorCreate;
|
|
143 |
JVM_RawMonitorDestroy;
|
|
144 |
JVM_RawMonitorEnter;
|
|
145 |
JVM_RawMonitorExit;
|
|
146 |
JVM_RegisterSignal;
|
|
147 |
JVM_ReleaseUTF;
|
|
148 |
JVM_ResumeThread;
|
|
149 |
JVM_SetArrayElement;
|
|
150 |
JVM_SetClassSigners;
|
|
151 |
JVM_SetNativeThreadName;
|
|
152 |
JVM_SetPrimitiveArrayElement;
|
|
153 |
JVM_SetThreadPriority;
|
|
154 |
JVM_Sleep;
|
|
155 |
JVM_StartThread;
|
|
156 |
JVM_StopThread;
|
|
157 |
JVM_SuspendThread;
|
|
158 |
JVM_SupportsCX8;
|
|
159 |
JVM_TotalMemory;
|
|
160 |
JVM_UnloadLibrary;
|
|
161 |
JVM_Yield;
|