0
|
1 /* DO NOT EDIT THIS FILE - it is machine generated */
|
|
2 #include <jni.h>
|
|
3 /* Header for class org_dyncall_DC */
|
|
4
|
|
5 #ifndef _Included_org_dyncall_DC
|
|
6 #define _Included_org_dyncall_DC
|
|
7 #ifdef __cplusplus
|
|
8 extern "C" {
|
|
9 #endif
|
|
10 #undef org_dyncall_DC_DEFAULT_C
|
|
11 #define org_dyncall_DC_DEFAULT_C 0L
|
|
12 #undef org_dyncall_DC_X86_WIN32_FAST
|
|
13 #define org_dyncall_DC_X86_WIN32_FAST 1L
|
|
14 #undef org_dyncall_DC_X86_WIN32_STD
|
|
15 #define org_dyncall_DC_X86_WIN32_STD 2L
|
|
16 #undef org_dyncall_DC_X86_WIN32_THIS_MS
|
|
17 #define org_dyncall_DC_X86_WIN32_THIS_MS 3L
|
|
18 /*
|
|
19 * Class: org_dyncall_DC
|
|
20 * Method: newCallVM
|
|
21 * Signature: (II)J
|
|
22 */
|
|
23 JNIEXPORT jlong JNICALL Java_org_dyncall_DC_newCallVM
|
|
24 (JNIEnv *, jclass, jint, jint);
|
|
25
|
|
26 /*
|
|
27 * Class: org_dyncall_DC
|
|
28 * Method: reset
|
|
29 * Signature: (J)V
|
|
30 */
|
|
31 JNIEXPORT void JNICALL Java_org_dyncall_DC_reset
|
|
32 (JNIEnv *, jclass, jlong);
|
|
33
|
|
34 /*
|
|
35 * Class: org_dyncall_DC
|
|
36 * Method: argBool
|
|
37 * Signature: (JZ)V
|
|
38 */
|
|
39 JNIEXPORT void JNICALL Java_org_dyncall_DC_argBool
|
|
40 (JNIEnv *, jclass, jlong, jboolean);
|
|
41
|
|
42 /*
|
|
43 * Class: org_dyncall_DC
|
|
44 * Method: argByte
|
|
45 * Signature: (JB)V
|
|
46 */
|
|
47 JNIEXPORT void JNICALL Java_org_dyncall_DC_argByte
|
|
48 (JNIEnv *, jclass, jlong, jbyte);
|
|
49
|
|
50 /*
|
|
51 * Class: org_dyncall_DC
|
|
52 * Method: argShort
|
|
53 * Signature: (JS)V
|
|
54 */
|
|
55 JNIEXPORT void JNICALL Java_org_dyncall_DC_argShort
|
|
56 (JNIEnv *, jclass, jlong, jshort);
|
|
57
|
|
58 /*
|
|
59 * Class: org_dyncall_DC
|
|
60 * Method: argInt
|
|
61 * Signature: (JI)V
|
|
62 */
|
|
63 JNIEXPORT void JNICALL Java_org_dyncall_DC_argInt
|
|
64 (JNIEnv *, jclass, jlong, jint);
|
|
65
|
|
66 /*
|
|
67 * Class: org_dyncall_DC
|
|
68 * Method: argLong
|
|
69 * Signature: (JJ)V
|
|
70 */
|
|
71 JNIEXPORT void JNICALL Java_org_dyncall_DC_argLong
|
|
72 (JNIEnv *, jclass, jlong, jlong);
|
|
73
|
|
74 /*
|
|
75 * Class: org_dyncall_DC
|
|
76 * Method: argChar
|
|
77 * Signature: (JC)V
|
|
78 */
|
|
79 JNIEXPORT void JNICALL Java_org_dyncall_DC_argChar
|
|
80 (JNIEnv *, jclass, jlong, jchar);
|
|
81
|
|
82 /*
|
|
83 * Class: org_dyncall_DC
|
|
84 * Method: argFloat
|
|
85 * Signature: (JF)V
|
|
86 */
|
|
87 JNIEXPORT void JNICALL Java_org_dyncall_DC_argFloat
|
|
88 (JNIEnv *, jclass, jlong, jfloat);
|
|
89
|
|
90 /*
|
|
91 * Class: org_dyncall_DC
|
|
92 * Method: argDouble
|
|
93 * Signature: (JD)V
|
|
94 */
|
|
95 JNIEXPORT void JNICALL Java_org_dyncall_DC_argDouble
|
|
96 (JNIEnv *, jclass, jlong, jdouble);
|
|
97
|
|
98 /*
|
|
99 * Class: org_dyncall_DC
|
|
100 * Method: argPointer
|
|
101 * Signature: (JJ)V
|
|
102 */
|
|
103 JNIEXPORT void JNICALL Java_org_dyncall_DC_argPointer__JJ
|
|
104 (JNIEnv *, jclass, jlong, jlong);
|
|
105
|
|
106 /*
|
|
107 * Class: org_dyncall_DC
|
|
108 * Method: argPointer
|
|
109 * Signature: (JLjava/lang/Object;)V
|
|
110 */
|
|
111 JNIEXPORT void JNICALL Java_org_dyncall_DC_argPointer__JLjava_lang_Object_2
|
|
112 (JNIEnv *, jclass, jlong, jobject);
|
|
113
|
|
114 /*
|
|
115 * Class: org_dyncall_DC
|
|
116 * Method: argString
|
|
117 * Signature: (JLjava/lang/String;)V
|
|
118 */
|
|
119 JNIEXPORT void JNICALL Java_org_dyncall_DC_argString
|
|
120 (JNIEnv *, jclass, jlong, jstring);
|
|
121
|
|
122 /*
|
|
123 * Class: org_dyncall_DC
|
|
124 * Method: callVoid
|
|
125 * Signature: (JJ)V
|
|
126 */
|
|
127 JNIEXPORT void JNICALL Java_org_dyncall_DC_callVoid
|
|
128 (JNIEnv *, jclass, jlong, jlong);
|
|
129
|
|
130 /*
|
|
131 * Class: org_dyncall_DC
|
|
132 * Method: callBoolean
|
|
133 * Signature: (JJ)Z
|
|
134 */
|
|
135 JNIEXPORT jboolean JNICALL Java_org_dyncall_DC_callBoolean
|
|
136 (JNIEnv *, jclass, jlong, jlong);
|
|
137
|
|
138 /*
|
|
139 * Class: org_dyncall_DC
|
|
140 * Method: callInt
|
|
141 * Signature: (JJ)I
|
|
142 */
|
|
143 JNIEXPORT jint JNICALL Java_org_dyncall_DC_callInt
|
|
144 (JNIEnv *, jclass, jlong, jlong);
|
|
145
|
|
146 /*
|
|
147 * Class: org_dyncall_DC
|
|
148 * Method: callLong
|
|
149 * Signature: (JJ)J
|
|
150 */
|
|
151 JNIEXPORT jlong JNICALL Java_org_dyncall_DC_callLong
|
|
152 (JNIEnv *, jclass, jlong, jlong);
|
|
153
|
|
154 #ifdef __cplusplus
|
|
155 }
|
|
156 #endif
|
|
157 #endif
|