comparison graal/Runtime/com_sun_hotspot_c1x_VMEntries.h @ 2297:099e697d8934

Renaming c1x4hotspotsrc => graal and HotSpotVM => Runtime
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 22 Apr 2011 15:08:53 +0200
parents
children
comparison
equal deleted inserted replaced
2296:34354e2e40a3 2297:099e697d8934
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class com_sun_hotspot_c1x_VMEntries */
4
5 #ifndef _Included_com_sun_hotspot_c1x_VMEntries
6 #define _Included_com_sun_hotspot_c1x_VMEntries
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11 * Class: com_sun_hotspot_c1x_VMEntries
12 * Method: RiMethod_code
13 * Signature: (Ljava/lang/Object;)[B
14 */
15 JNIEXPORT jbyteArray JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiMethod_1code
16 (JNIEnv *, jclass, jobject);
17
18 /*
19 * Class: com_sun_hotspot_c1x_VMEntries
20 * Method: RiMethod_maxStackSize
21 * Signature: (Ljava/lang/Object;)I
22 */
23 JNIEXPORT jint JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiMethod_1maxStackSize
24 (JNIEnv *, jclass, jobject);
25
26 /*
27 * Class: com_sun_hotspot_c1x_VMEntries
28 * Method: RiMethod_maxLocals
29 * Signature: (Ljava/lang/Object;)I
30 */
31 JNIEXPORT jint JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiMethod_1maxLocals
32 (JNIEnv *, jclass, jobject);
33
34 /*
35 * Class: com_sun_hotspot_c1x_VMEntries
36 * Method: RiMethod_holder
37 * Signature: (Ljava/lang/Object;)Lcom/sun/cri/ri/RiType;
38 */
39 JNIEXPORT jobject JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiMethod_1holder
40 (JNIEnv *, jclass, jobject);
41
42 /*
43 * Class: com_sun_hotspot_c1x_VMEntries
44 * Method: RiMethod_signature
45 * Signature: (Ljava/lang/Object;)Ljava/lang/String;
46 */
47 JNIEXPORT jstring JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiMethod_1signature
48 (JNIEnv *, jclass, jobject);
49
50 /*
51 * Class: com_sun_hotspot_c1x_VMEntries
52 * Method: RiMethod_name
53 * Signature: (Ljava/lang/Object;)Ljava/lang/String;
54 */
55 JNIEXPORT jstring JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiMethod_1name
56 (JNIEnv *, jclass, jobject);
57
58 /*
59 * Class: com_sun_hotspot_c1x_VMEntries
60 * Method: RiSignature_lookupType
61 * Signature: (Ljava/lang/String;Ljava/lang/Object;)Lcom/sun/cri/ri/RiType;
62 */
63 JNIEXPORT jobject JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiSignature_1lookupType
64 (JNIEnv *, jclass, jstring, jobject);
65
66 /*
67 * Class: com_sun_hotspot_c1x_VMEntries
68 * Method: RiSignature_symbolToString
69 * Signature: (Ljava/lang/Object;)Ljava/lang/String;
70 */
71 JNIEXPORT jstring JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiSignature_1symbolToString
72 (JNIEnv *, jclass, jobject);
73
74 /*
75 * Class: com_sun_hotspot_c1x_VMEntries
76 * Method: RiType_javaClass
77 * Signature: (Ljava/lang/Object;)Ljava/lang/Class;
78 */
79 JNIEXPORT jclass JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiType_1javaClass
80 (JNIEnv *, jclass, jobject);
81
82 /*
83 * Class: com_sun_hotspot_c1x_VMEntries
84 * Method: RiType_name
85 * Signature: (Ljava/lang/Object;)Ljava/lang/String;
86 */
87 JNIEXPORT jstring JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiType_1name
88 (JNIEnv *, jclass, jobject);
89
90 /*
91 * Class: com_sun_hotspot_c1x_VMEntries
92 * Method: RiConstantPool_lookupConstant
93 * Signature: (Ljava/lang/Object;I)Ljava/lang/Object;
94 */
95 JNIEXPORT jobject JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiConstantPool_1lookupConstant
96 (JNIEnv *, jclass, jobject, jint);
97
98 /*
99 * Class: com_sun_hotspot_c1x_VMEntries
100 * Method: RiConstantPool_lookupMethod
101 * Signature: (Ljava/lang/Object;IB)Lcom/sun/cri/ri/RiMethod;
102 */
103 JNIEXPORT jobject JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiConstantPool_1lookupMethod
104 (JNIEnv *, jclass, jobject, jint, jbyte);
105
106 /*
107 * Class: com_sun_hotspot_c1x_VMEntries
108 * Method: RiConstantPool_lookupSignature
109 * Signature: (Ljava/lang/Object;I)Lcom/sun/cri/ri/RiSignature;
110 */
111 JNIEXPORT jobject JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiConstantPool_1lookupSignature
112 (JNIEnv *, jclass, jobject, jint);
113
114 /*
115 * Class: com_sun_hotspot_c1x_VMEntries
116 * Method: RiConstantPool_lookupType
117 * Signature: (Ljava/lang/Object;I)Lcom/sun/cri/ri/RiType;
118 */
119 JNIEXPORT jobject JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiConstantPool_1lookupType
120 (JNIEnv *, jclass, jobject, jint);
121
122 /*
123 * Class: com_sun_hotspot_c1x_VMEntries
124 * Method: RiConstantPool_lookupField
125 * Signature: (Ljava/lang/Object;I)Lcom/sun/cri/ri/RiField;
126 */
127 JNIEXPORT jobject JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiConstantPool_1lookupField
128 (JNIEnv *, jclass, jobject, jint);
129
130 /*
131 * Class: com_sun_hotspot_c1x_VMEntries
132 * Method: findRiType
133 * Signature: (Ljava/lang/Object;)Lcom/sun/cri/ri/RiType;
134 */
135 JNIEXPORT jobject JNICALL Java_com_sun_hotspot_c1x_VMEntries_findRiType
136 (JNIEnv *, jclass, jobject);
137
138 /*
139 * Class: com_sun_hotspot_c1x_VMEntries
140 * Method: RiRuntime_getConstantPool
141 * Signature: (Ljava/lang/Object;)Lcom/sun/cri/ri/RiConstantPool;
142 */
143 JNIEXPORT jobject JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiRuntime_1getConstantPool
144 (JNIEnv *, jclass, jobject);
145
146 /*
147 * Class: com_sun_hotspot_c1x_VMEntries
148 * Method: RiType_isArrayClass
149 * Signature: (Ljava/lang/Object;)Z
150 */
151 JNIEXPORT jboolean JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiType_1isArrayClass
152 (JNIEnv *, jclass, jobject);
153
154 /*
155 * Class: com_sun_hotspot_c1x_VMEntries
156 * Method: RiType_isInstanceClass
157 * Signature: (Ljava/lang/Object;)Z
158 */
159 JNIEXPORT jboolean JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiType_1isInstanceClass
160 (JNIEnv *, jclass, jobject);
161
162 /*
163 * Class: com_sun_hotspot_c1x_VMEntries
164 * Method: RiType_isInterface
165 * Signature: (Ljava/lang/Object;)Z
166 */
167 JNIEXPORT jboolean JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiType_1isInterface
168 (JNIEnv *, jclass, jobject);
169
170 /*
171 * Class: com_sun_hotspot_c1x_VMEntries
172 * Method: RiMethod_accessFlags
173 * Signature: (Ljava/lang/Object;)I
174 */
175 JNIEXPORT jint JNICALL Java_com_sun_hotspot_c1x_VMEntries_RiMethod_1accessFlags
176 (JNIEnv *, jclass, jobject);
177
178 /*
179 * Class: com_sun_hotspot_c1x_VMEntries
180 * Method: installCode
181 * Signature: (Ljava/lang/Object;[BI)V
182 */
183 JNIEXPORT void JNICALL Java_com_sun_hotspot_c1x_VMEntries_installCode
184 (JNIEnv *, jclass, jobject, jbyteArray, jint);
185
186 #ifdef __cplusplus
187 }
188 #endif
189 #endif