#include "incls/_precompiled.incl"
#include "incls/_init.cpp.incl"
Include dependency graph for init.cpp:
Go to the source code of this file.
Defines | |
#define | INIT_DO(template) |
#define | COMPILER_INIT_DO(template) |
#define | EXIT_DO(template) |
#define | DEFINE_TEMPLATE(name) void name(); |
#define | CALL_TEMPLATE(name) name(); |
Functions | |
void | init_globals () |
void | exit_globals () |
#define CALL_TEMPLATE | ( | name | ) | name(); |
#define COMPILER_INIT_DO | ( | template | ) |
Value:
template(compiler_init) \ template(mapping_init) \
Definition at line 50 of file init.cpp.
Referenced by init_globals().
#define EXIT_DO | ( | template | ) |
Value:
template(lprintf_exit) \ template(os_exit)
Definition at line 57 of file init.cpp.
Referenced by exit_globals().
#define INIT_DO | ( | template | ) |
Value:
template(ostream_init) \ template(os_init) \ template(prim_init) \ template(eventlog_init) \ template(integerOps_init) \ template(bytecodes_init) \ template(stubRoutines_init) \ template(interpreter_init) \ template(dispatchTable_init) \ template(disclaimer_init) \ template(universe_init) \ template(costModel_init) \ template(sweeper_init) \ template(fprofiler_init) \ template(systemAverage_init) \
Definition at line 33 of file init.cpp.
Referenced by init_globals().
void exit_globals | ( | ) |
void init_globals | ( | ) |
Definition at line 72 of file init.cpp.
References CALL_TEMPLATE, COMPILER_INIT_DO, and INIT_DO.
Referenced by main().