#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 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; |
1.4.7