Reversed vftbl movement because of performance considerations
[cacao.git] / nat / Runtime.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/lang/Runtime */
4
5 typedef struct java_lang_Runtime {
6    java_objectheader header;
7 } java_lang_Runtime;
8
9 /*
10  * Class:     java/lang/Runtime
11  * Method:    execInternal
12  * Signature: ([Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/Process;
13  */
14 JNIEXPORT struct java_lang_Process* JNICALL Java_java_lang_Runtime_execInternal (JNIEnv *env ,  struct java_lang_Runtime* this , java_objectarray* par1, java_objectarray* par2);
15 /*
16  * Class:     java/lang/Runtime
17  * Method:    exitInternal
18  * Signature: (I)V
19  */
20 JNIEXPORT void JNICALL Java_java_lang_Runtime_exitInternal (JNIEnv *env ,  struct java_lang_Runtime* this , s4 par1);
21 /*
22  * Class:     java/lang/Runtime
23  * Method:    freeMemory
24  * Signature: ()J
25  */
26 JNIEXPORT s8 JNICALL Java_java_lang_Runtime_freeMemory (JNIEnv *env ,  struct java_lang_Runtime* this );
27 /*
28  * Class:     java/lang/Runtime
29  * Method:    gc
30  * Signature: ()V
31  */
32 JNIEXPORT void JNICALL Java_java_lang_Runtime_gc (JNIEnv *env ,  struct java_lang_Runtime* this );
33 /*
34  * Class:     java/lang/Runtime
35  * Method:    runFinalization0
36  * Signature: ()V
37  */
38 JNIEXPORT void JNICALL Java_java_lang_Runtime_runFinalization0 (JNIEnv *env );
39 /*
40  * Class:     java/lang/Runtime
41  * Method:    runFinalizersOnExit0
42  * Signature: (Z)V
43  */
44 JNIEXPORT void JNICALL Java_java_lang_Runtime_runFinalizersOnExit0 (JNIEnv *env , s4 par1);
45 /*
46  * Class:     java/lang/Runtime
47  * Method:    totalMemory
48  * Signature: ()J
49  */
50 JNIEXPORT s8 JNICALL Java_java_lang_Runtime_totalMemory (JNIEnv *env ,  struct java_lang_Runtime* this );
51 /*
52  * Class:     java/lang/Runtime
53  * Method:    traceInstructions
54  * Signature: (Z)V
55  */
56 JNIEXPORT void JNICALL Java_java_lang_Runtime_traceInstructions (JNIEnv *env ,  struct java_lang_Runtime* this , s4 par1);
57 /*
58  * Class:     java/lang/Runtime
59  * Method:    traceMethodCalls
60  * Signature: (Z)V
61  */
62 JNIEXPORT void JNICALL Java_java_lang_Runtime_traceMethodCalls (JNIEnv *env ,  struct java_lang_Runtime* this , s4 par1);