#include <target.h>
Class diagram for vframeLookupTarget:
Public Members | |||
![]() | ![]() | vframeLookupTarget (abstract_vframe* f, oop r) | |
![]() | ![]() | bool | EQ (lookupTarget* t) |
![]() | ![]() | lookupTarget* | get_target_for_slot (slotDesc* s, simpleLookup* L) |
![]() | ![]() | oop | get_slot (slotDesc*) |
![]() | ![]() | void | set_slot (slotDesc*, oop) |
![]() | ![]() | void | print () |
![]() | ![]() | abstract_vframe* | vf |
![]() | ![]() | oop | receiver |
Protected Members | |||
![]() | ![]() | bool | is_vframe () |
vframeLookupTarget::vframeLookupTarget (abstract_vframe * f, oop r) |
bool vframeLookupTarget::EQ (lookupTarget * t) [inline, virtual]
|
Reimplemented from lookupTarget.
lookupTarget * vframeLookupTarget::get_target_for_slot (slotDesc * s, simpleLookup * L) [virtual]
|
Reimplemented from lookupTarget.
oop vframeLookupTarget::get_slot (slotDesc * sd) [virtual]
|
Reimplemented from lookupTarget.
void vframeLookupTarget::set_slot (slotDesc * sd, oop x) [virtual]
|
Reimplemented from lookupTarget.
void vframeLookupTarget::print () [virtual]
|
Reimplemented from VMObj.
bool vframeLookupTarget::is_vframe () [inline, protected, virtual]
|
Reimplemented from lookupTarget.
abstract_vframe* vframeLookupTarget::vf |
oop vframeLookupTarget::receiver |