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


Public Member Functions | |
| bool | oop_is_proxy () const |
| bool | can_inline_allocation () const |
| oop | allocateObject () |
| klassOop | create_subclass (mixinOop mixin, Format format) |
| Format | format () |
| int | oop_scavenge_contents (oop obj) |
| int | oop_scavenge_tenured_contents (oop obj) |
| void | oop_follow_contents (oop obj) |
| void | oop_layout_iterate (oop obj, ObjectLayoutClosure *blk) |
| void | oop_oop_iterate (oop obj, OopClosure *blk) |
| int | oop_header_size () const |
| char * | name () const |
Static Public Member Functions | |
| static klassOop | create_class (klassOop super_class, mixinOop mixin) |
Friends | |
| void | set_proxyKlass_vtbl (Klass *k) |
Definition at line 25 of file proxyKlass.hpp.
| oop proxyKlass::allocateObject | ( | ) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 32 of file proxyKlass.cpp.
References Universe::allocate(), Klass::as_klassOop(), proxyOopDesc::header_size(), memOopDesc::initialize_body(), memOopDesc::initialize_header(), Klass::non_indexable_size(), proxyOopDesc::set_pointer(), and Klass::size().
Here is the call graph for this function:

| bool proxyKlass::can_inline_allocation | ( | ) | const [inline, virtual] |
Reimplemented from memOopKlass.
Definition at line 52 of file proxyKlass.cpp.
References Klass::create_generic_class(), Klass::mixin(), and Klass::vtbl_value().
Referenced by create_subclass(), and memOopKlass::create_subclass().
Here is the call graph for this function:

Reimplemented from memOopKlass.
Definition at line 45 of file proxyKlass.cpp.
References Klass::as_klassOop(), create_class(), Klass::mem_klass, Klass::mixin(), and Klass::proxy_klass.
Here is the call graph for this function:

| Format proxyKlass::format | ( | ) | [inline, virtual] |
Reimplemented from memOopKlass.
Definition at line 42 of file proxyKlass.hpp.
References Klass::proxy_klass.
| char* proxyKlass::name | ( | ) | const [inline, virtual] |
| void proxyKlass::oop_follow_contents | ( | oop | obj | ) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 75 of file proxyKlass.cpp.
References memOopDesc::follow_body(), memOopDesc::follow_header(), proxyOopDesc::header_size(), and Klass::non_indexable_size().
Here is the call graph for this function:

| int proxyKlass::oop_header_size | ( | ) | const [inline, virtual] |
Reimplemented from memOopKlass.
Definition at line 54 of file proxyKlass.hpp.
References proxyOopDesc::header_size().
Here is the call graph for this function:

| bool proxyKlass::oop_is_proxy | ( | ) | const [inline, virtual] |
| void proxyKlass::oop_layout_iterate | ( | oop | obj, | |
| ObjectLayoutClosure * | blk | |||
| ) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 82 of file proxyKlass.cpp.
References ObjectLayoutClosure::do_long(), proxyOopDesc::header_size(), memOopDesc::layout_iterate_body(), memOopDesc::layout_iterate_header(), and Klass::non_indexable_size().
Here is the call graph for this function:

| void proxyKlass::oop_oop_iterate | ( | oop | obj, | |
| OopClosure * | blk | |||
| ) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 90 of file proxyKlass.cpp.
References proxyOopDesc::header_size(), Klass::non_indexable_size(), memOopDesc::oop_iterate_body(), and memOopDesc::oop_iterate_header().
Here is the call graph for this function:

| int proxyKlass::oop_scavenge_contents | ( | oop | obj | ) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 57 of file proxyKlass.cpp.
References proxyOopDesc::header_size(), Klass::non_indexable_size(), memOopDesc::scavenge_body(), memOopDesc::scavenge_header(), and Klass::size().
Here is the call graph for this function:

| int proxyKlass::oop_scavenge_tenured_contents | ( | oop | obj | ) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 66 of file proxyKlass.cpp.
References proxyOopDesc::header_size(), Klass::non_indexable_size(), memOopDesc::scavenge_tenured_body(), memOopDesc::scavenge_tenured_header(), and Klass::size().
Here is the call graph for this function:

| void set_proxyKlass_vtbl | ( | Klass * | k | ) | [friend] |
Definition at line 27 of file proxyKlass.cpp.
1.4.7