#include <handle.hpp>
Inheritance diagram for Handle:


Public Member Functions | |
| Handle (oop value) | |
| oop | as_oop () |
| objArrayOop | as_objArray () |
| memOop | as_memOop () |
| klassOop | as_klass () |
Private Attributes | |
| int | index |
Definition at line 57 of file handle.hpp.
| Handle::Handle | ( | oop | value | ) | [inline] |
Definition at line 60 of file handle.hpp.
References index, and Handles::push_oop().
Here is the call graph for this function:

| klassOop Handle::as_klass | ( | ) | [inline] |
Definition at line 78 of file handle.hpp.
References assert, index, and Handles::oop_at().
Here is the call graph for this function:

| memOop Handle::as_memOop | ( | ) | [inline] |
Definition at line 73 of file handle.hpp.
References assert, index, and Handles::oop_at().
Here is the call graph for this function:

| objArrayOop Handle::as_objArray | ( | ) | [inline] |
Definition at line 68 of file handle.hpp.
References assert, index, and Handles::oop_at().
Referenced by PRIM_DECL_4().
Here is the call graph for this function:

| oop Handle::as_oop | ( | ) | [inline] |
Definition at line 64 of file handle.hpp.
References index, and Handles::oop_at().
Here is the call graph for this function:

int Handle::index [private] |
Definition at line 58 of file handle.hpp.
Referenced by as_klass(), as_memOop(), as_objArray(), as_oop(), and Handle().
1.4.7