

Public Member Functions | |
| objArrayConverter (klassOop old_klass, klassOop new_klass) | |
| void | transfer (memOop src, memOop dst) |
| memOop | allocate (memOop src) |
Private Attributes | |
| bool | source_is_obj_array |
Definition at line 184 of file reflection.cpp.
Definition at line 188 of file reflection.cpp.
References assert, klassOopDesc::klass_part(), memConverter::new_klass, memConverter::old_klass, Klass::oop_is_objArray(), and source_is_obj_array.
Here is the call graph for this function:

Reimplemented from memConverter.
Definition at line 203 of file reflection.cpp.
References Klass::allocateObjectSize(), klassOopDesc::klass_part(), objArrayOopDesc::length(), memConverter::new_klass, and source_is_obj_array.
Here is the call graph for this function:

Reimplemented from memConverter.
Definition at line 194 of file reflection.cpp.
References objArrayOopDesc::length(), source_is_obj_array, and memConverter::transfer().
Here is the call graph for this function:

bool objArrayConverter::source_is_obj_array [private] |
Definition at line 186 of file reflection.cpp.
Referenced by allocate(), objArrayConverter(), and transfer().
1.4.7