Public Member Functions | |
ContextMethodIterator () | |
bool | self_in_context () |
int | number_of_context_temporaries () |
void | allocate_context (int nofTemps, bool forMethod) |
void | copy_self_into_context () |
Private Types | |
sentinel = -1 | |
enum | { sentinel = -1 } |
Private Attributes | |
int | count |
bool | _self_in_context |
Definition at line 835 of file methodOop.cpp.
anonymous enum [private] |
ContextMethodIterator::ContextMethodIterator | ( | ) | [inline] |
Definition at line 842 of file methodOop.cpp.
void ContextMethodIterator::allocate_context | ( | int | nofTemps, | |
bool | forMethod | |||
) | [inline, virtual] |
void ContextMethodIterator::copy_self_into_context | ( | ) | [inline, virtual] |
int ContextMethodIterator::number_of_context_temporaries | ( | ) | [inline] |
Definition at line 849 of file methodOop.cpp.
bool ContextMethodIterator::self_in_context | ( | ) | [inline] |
Definition at line 847 of file methodOop.cpp.
bool ContextMethodIterator::_self_in_context [private] |
Definition at line 839 of file methodOop.cpp.
int ContextMethodIterator::count [private] |
Definition at line 838 of file methodOop.cpp.