#include <interp_defs.h>
Public Attributes | |
| uint8 * | ip |
| The address of the bytecode being executed. | |
| Stack | stack |
| The stack of this method. | |
| Locals | locals |
| The local variables of this method. | |
| Method * | method |
| The pointer to the structure of this method. | |
| StackFrame * | prev |
| The reference to the caller method. | |
| FramePopListener * | framePopListener |
The list of functions listening for the PopFrame event. | |
| ManagedObject * | This |
This pointer of the method being executed. | |
| MonitorList * | locked_monitors |
| The list of locked monitors. | |
| MonitorList * | free_monitors |
| The auxiliary structure for storing available monitor structures. | |
| PopFrameState | jvmti_pop_frame |
| The method state: whether the JVMTI frame pop can be performed on it. | |
| bool | dump_bytecodes |
| ManagedObject * | exc |
The Exception object that has been thrown and for which the JVMTI Exception (?) event has been sent. | |
| ManagedObject * | exc_catch |
The Exception object that has been caught and for which the JVMTI ExceptionCaught (?) event has been sent. | |
| uint8* StackFrame.ip |
The address of the bytecode being executed.
The stack of this method.
The local variables of this method.
| Method* StackFrame.method |
The pointer to the structure of this method.
The reference to the caller method.
The list of functions listening for the PopFrame event.
| ManagedObject* StackFrame.This |
This pointer of the method being executed.
struct MonitorList* StackFrame.locked_monitors [read] |
The list of locked monitors.
struct MonitorList* StackFrame.free_monitors [read] |
The auxiliary structure for storing available monitor structures.
The method state: whether the JVMTI frame pop can be performed on it.
| ManagedObject* StackFrame.exc |
The Exception object that has been thrown and for which the JVMTI Exception (?) event has been sent.
| ManagedObject* StackFrame.exc_catch |
The Exception object that has been caught and for which the JVMTI ExceptionCaught (?) event has been sent.
Genereated on Tue Mar 11 19:25:38 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.