#include <smiKlass.hpp>
Inheritance diagram for smiKlass:


Public Member Functions | |
| bool | oop_is_smi () const |
| char * | name () const |
| bool | can_have_instance_variables () const |
| bool | can_be_subclassed () const |
| klassOop | create_subclass (mixinOop mixin, Format format) |
| Format | format () |
| oop | oop_shallow_copy (oop obj, bool tenured) |
| void | oop_print_value (oop obj, outputStream *st) |
Friends | |
| void | set_smiKlass_vtbl (Klass *k) |
Definition at line 25 of file smiKlass.hpp.
| bool smiKlass::can_be_subclassed | ( | ) | const [inline, virtual] |
| bool smiKlass::can_have_instance_variables | ( | ) | const [inline, virtual] |
Definition at line 28 of file smiKlass.cpp.
| Format smiKlass::format | ( | ) | [inline, virtual] |
| char* smiKlass::name | ( | ) | const [inline, virtual] |
| bool smiKlass::oop_is_smi | ( | ) | const [inline, virtual] |
| void smiKlass::oop_print_value | ( | oop | obj, | |
| outputStream * | st | |||
| ) |
Definition at line 41 of file smiKlass.cpp.
References outputStream::print().
Here is the call graph for this function:

| void set_smiKlass_vtbl | ( | Klass * | k | ) | [friend] |
Definition at line 32 of file smiKlass.cpp.
1.4.7