bootstrap.cpp File Reference

#include "incls/_precompiled.incl"
#include "incls/_bootstrap.cpp.incl"
#include <io.h>

Include dependency graph for bootstrap.cpp:

Go to the source code of this file.

Defines

#define KLASS_CASE(func)   func(klassOop(m)->klass_part()); klassOop(m)->bootstrap_object(this); break;
#define OBJECT_CASE(cast)   cast(m)->bootstrap_object(this); break;
#define OBJECT_ERROR(str)   fatal(str); break;
#define SYMBOL_CASE(cast)   cast(m)->bootstrap_object(this); insert_symbol(cast(m)); break;


Define Documentation

#define KLASS_CASE ( func   )     func(klassOop(m)->klass_part()); klassOop(m)->bootstrap_object(this); break;

Definition at line 157 of file bootstrap.cpp.

Referenced by bootstrap::get_object().

#define OBJECT_CASE ( cast   )     cast(m)->bootstrap_object(this); break;

Definition at line 158 of file bootstrap.cpp.

Referenced by bootstrap::get_object().

#define OBJECT_ERROR ( str   )     fatal(str); break;

Definition at line 159 of file bootstrap.cpp.

Referenced by bootstrap::get_object().

#define SYMBOL_CASE ( cast   )     cast(m)->bootstrap_object(this); insert_symbol(cast(m)); break;

Definition at line 160 of file bootstrap.cpp.

Referenced by bootstrap::get_object().


Generated on Mon Oct 9 13:38:03 2006 for Strongtalk VM by  doxygen 1.4.7