Inline Functions


Enumerations

enum  interpreter_state { INTERP_STATE_STACK_OVERFLOW = 1 }
 The interpreter states. More...

Functions

static StackFramegetLastStackFrame ()
 Returns the last stack frame.
static StackFramegetLastStackFrame (VM_thread *thread)
 Returns the last stack frame.
static void setLastStackFrame (StackFrame *frame)
 Sets the last stack frame.


Enumeration Type Documentation

enum interpreter_state

The interpreter states.

Enumerator:
INTERP_STATE_STACK_OVERFLOW 


Function Documentation

static StackFrame* getLastStackFrame (  )  [static]

Returns the last stack frame.

Returns:
The last stack frame.

static StackFrame* getLastStackFrame ( VM_thread *  thread  )  [static]

Returns the last stack frame.

Parameters:
[in] thread - the thread pointer
Returns:
The last stack frame.

static void setLastStackFrame ( StackFrame frame  )  [static]

Sets the last stack frame.

Parameters:
[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.