#include <mixinKlass.hpp>
Inheritance diagram for mixinKlass:
Public Member Functions | |
bool | oop_is_mixin () const |
bool | can_inline_allocation () const |
oop | allocateObject () |
oop | oop_shallow_copy (oop obj, bool tenured) |
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_mixinKlass_vtbl (Klass *k) |
Definition at line 24 of file mixinKlass.hpp.
oop mixinKlass::allocateObject | ( | ) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 32 of file mixinKlass.cpp.
References Universe::allocate(), Klass::as_klassOop(), falseObj, memOopDesc::header_size(), memOopDesc::initialize_body(), memOopDesc::initialize_header(), oopFactory::new_objArray(), Klass::non_indexable_size(), mixinOopDesc::set_classVars(), mixinOopDesc::set_installed(), mixinOopDesc::set_instVars(), mixinOopDesc::set_methods(), and Klass::size().
Here is the call graph for this function:
bool mixinKlass::can_inline_allocation | ( | ) | const [inline, virtual] |
Reimplemented from memOopKlass.
Definition at line 55 of file mixinKlass.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 48 of file mixinKlass.cpp.
References Klass::as_klassOop(), create_class(), Klass::mem_klass, Klass::mixin(), and Klass::mixin_klass.
Here is the call graph for this function:
Format mixinKlass::format | ( | ) | [inline, virtual] |
Reimplemented from memOopKlass.
Definition at line 42 of file mixinKlass.hpp.
References Klass::mixin_klass.
char* mixinKlass::name | ( | ) | const [inline, virtual] |
void mixinKlass::oop_follow_contents | ( | oop | obj | ) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 82 of file mixinKlass.cpp.
References memOopDesc::follow_body(), memOopDesc::follow_header(), memOopDesc::header_size(), and Klass::non_indexable_size().
Here is the call graph for this function:
int mixinKlass::oop_header_size | ( | ) | const [inline, virtual] |
Reimplemented from memOopKlass.
Definition at line 54 of file mixinKlass.hpp.
References mixinOopDesc::header_size().
Here is the call graph for this function:
bool mixinKlass::oop_is_mixin | ( | ) | const [inline, virtual] |
void mixinKlass::oop_layout_iterate | ( | oop | obj, | |
ObjectLayoutClosure * | blk | |||
) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 88 of file mixinKlass.cpp.
References Klass::_methods, ObjectLayoutClosure::do_oop(), mixinOopDesc::header_size(), memOopDesc::layout_iterate_body(), memOopDesc::layout_iterate_header(), and Klass::non_indexable_size().
Here is the call graph for this function:
void mixinKlass::oop_oop_iterate | ( | oop | obj, | |
OopClosure * | blk | |||
) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 100 of file mixinKlass.cpp.
References memOopDesc::header_size(), Klass::non_indexable_size(), memOopDesc::oop_iterate_body(), and memOopDesc::oop_iterate_header().
Here is the call graph for this function:
int mixinKlass::oop_scavenge_contents | ( | oop | obj | ) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 66 of file mixinKlass.cpp.
References memOopDesc::header_size(), Klass::non_indexable_size(), memOopDesc::scavenge_body(), memOopDesc::scavenge_header(), and Klass::size().
Here is the call graph for this function:
int mixinKlass::oop_scavenge_tenured_contents | ( | oop | obj | ) | [virtual] |
Reimplemented from memOopKlass.
Definition at line 74 of file mixinKlass.cpp.
References memOopDesc::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:
Reimplemented from memOopKlass.
Definition at line 60 of file mixinKlass.cpp.
References falseObj, memOopKlass::oop_shallow_copy(), and mixinOopDesc::set_installed().
Here is the call graph for this function:
void set_mixinKlass_vtbl | ( | Klass * | k | ) | [friend] |
Definition at line 27 of file mixinKlass.cpp.