Enumerations | |
enum | interpreter_state { INTERP_STATE_STACK_OVERFLOW = 1 } |
The interpreter states. More... | |
Functions | |
static StackFrame * | getLastStackFrame () |
Returns the last stack frame. | |
static StackFrame * | getLastStackFrame (VM_thread *thread) |
Returns the last stack frame. | |
static void | setLastStackFrame (StackFrame *frame) |
Sets the last stack frame. |
enum interpreter_state |
static StackFrame* getLastStackFrame | ( | ) | [static] |
Returns the last stack frame.
static StackFrame* getLastStackFrame | ( | VM_thread * | thread | ) | [static] |
Returns the last stack frame.
[in] | thread | - the thread pointer |
static void setLastStackFrame | ( | StackFrame * | frame | ) | [static] |
Sets the last stack frame.
[in] | frame | - the frame pointer |
Genereated on Tue Mar 11 19:25:37 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.