#include <slate.hpp>
Public Attributes | |
struct Object | base |
struct OopArray * | stack |
struct CompiledMethod * | method |
struct Closure * | closure |
struct LexicalContext * | lexicalContext |
struct Object * | ensureHandlers |
word_t | framePointer |
word_t | codePointer |
word_t | codeSize |
word_t | stackPointer |
word_t | stackSize |
Definition at line 264 of file slate.hpp.
struct Object Interpreter::base [read] |
struct Closure* Interpreter::closure [read] |
word_t Interpreter::codePointer |
word_t Interpreter::codeSize |
struct Object* Interpreter::ensureHandlers [read] |
word_t Interpreter::framePointer |
struct LexicalContext* Interpreter::lexicalContext [read] |
struct CompiledMethod* Interpreter::method [read] |
struct OopArray* Interpreter::stack [read] |
word_t Interpreter::stackPointer |
word_t Interpreter::stackSize |