experiments/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 19 Jan 2013 19:23:53 +0000
branchrefactoring-vmdata
changeset 1983 03dcc3899eea
parent 1895 2d30e588124c
child 2077 31f8b995905e
permissions -rw-r--r--
Make all native methods source ending with ': nativeContext'. This will ease automatic refactoring. Also, rename method categories with prefix 'OLD -'.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     1
/*
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     2
 * $Header$
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     3
 *
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     4
 * DO NOT EDIT
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     5
 * automagically generated from the projectDefinition: stx_libjava_experiments.
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     6
 */
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     7
#define __INDIRECTVMINITCALLS__
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     8
#include <stc.h>
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
     9
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    10
#ifdef WIN32
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    11
# pragma codeseg INITCODE "INITCODE"
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    12
#endif
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    13
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    14
#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    15
DLL_EXPORT void _libstx_libjava_experiments_Init() INIT_TEXT_SECTION;
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    16
// DLL_EXPORT void _libstx_libjava_experiments_InitDefinition() INIT_TEXT_SECTION;
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    17
#endif
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    18
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    19
// void _libstx_libjava_experiments_InitDefinition(pass, __pRT__, snd)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    20
// OBJ snd; struct __vmData__ *__pRT__; {
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    21
// __BEGIN_PACKAGE2__("libstx_libjava_experiments__DFN", _libstx_libjava_experiments_InitDefinition, "stx:libjava/experiments");
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    22
// _stx_137libjava_137experiments_Init(pass,__pRT__,snd);
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    23
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    24
// __END_PACKAGE__();
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    25
// }
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    26
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    27
void _libstx_libjava_experiments_Init(pass, __pRT__, snd)
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    28
OBJ snd; struct __vmData__ *__pRT__; {
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    29
__BEGIN_PACKAGE2__("libstx_libjava_experiments", _libstx_libjava_experiments_Init, "stx:libjava/experiments");
1462
44e09ad4ae15 Text cleanup
vranyj1
parents: 1445
diff changeset
    30
_JavaByteCodeInterpreter_Init(pass,__pRT__,snd);
1870
ebc0248504b1 Build files regenerated
vranyj1
parents: 1818
diff changeset
    31
_JavaCompiler_Init(pass,__pRT__,snd);
1206
227911d49c24 interop-related classes moved to experiments - still experimental code
vranyj1
parents: 752
diff changeset
    32
_JavaMethodWrapperCompiler_Init(pass,__pRT__,snd);
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    33
_NoReflectionObject_Init(pass,__pRT__,snd);
1206
227911d49c24 interop-related classes moved to experiments - still experimental code
vranyj1
parents: 752
diff changeset
    34
_PersonSample_Init(pass,__pRT__,snd);
227911d49c24 interop-related classes moved to experiments - still experimental code
vranyj1
parents: 752
diff changeset
    35
_SampleHandler_Init(pass,__pRT__,snd);
227911d49c24 interop-related classes moved to experiments - still experimental code
vranyj1
parents: 752
diff changeset
    36
_SetSample_Init(pass,__pRT__,snd);
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    37
_stx_137libjava_137experiments_Init(pass,__pRT__,snd);
1462
44e09ad4ae15 Text cleanup
vranyj1
parents: 1445
diff changeset
    38
_JavaByteCodeSteppableInterpreter_Init(pass,__pRT__,snd);
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    39
1206
227911d49c24 interop-related classes moved to experiments - still experimental code
vranyj1
parents: 752
diff changeset
    40
_stx_137libjava_137experiments_extensions_Init(pass,__pRT__,snd);
752
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    41
__END_PACKAGE__();
ff7bc6428c9c branch jk_new_structure resurrected
vranyj1
parents:
diff changeset
    42
}