This is the complete list of members for
ExecutionFrame, including all inherited members.
address() const | Pointer | |
cast() const | Pointer | |
data() const | ExecutionFrame | [private] |
data_cast() const | Pointer | [protected] |
DataCast(unsigned int address) | Pointer | [protected, static] |
destroy() | ExecutionFrame | |
DestroyData(unsigned int address, DataType *data) | Pointer | [protected, static] |
DestroyExtendedData(unsigned int address, DataType *data, size_t extension_size) | Pointer | [protected, static] |
DestroyExtendedPointer(PointerType &pointer, typename PointerType::Data *data, size_t extension_size) | Pointer | [protected, static] |
DestroyPointer(PointerType &pointer) | Pointer | [protected, static] |
ExecutionFrame(unsigned int address) | ExecutionFrame | [explicit, protected] |
ExecutionFrame(const ExecutionFrame &other) | ExecutionFrame | |
ExecutionFrame() | ExecutionFrame | |
extend_data_access(size_t extension_size) const | Pointer | [protected] |
ExtendDataAccess(unsigned int address, size_t extension_size) | Pointer | [protected, static] |
jump_absolute(unsigned int target) | ExecutionFrame | [protected] |
jump_forward(unsigned int delta) | ExecutionFrame | [protected] |
load_bytecode() | ExecutionFrame | [protected] |
MaxBlocks enum value | ExecutionFrame | [protected] |
New(const ExecutionFrame &parent, const CodeObject &code, const DictObject &dict) | ExecutionFrame | [protected, static] |
NewCustomSizePointer(size_t size, Args...args) | Pointer | [protected, static] |
NewPointer(Args...args) | Pointer | [protected, static] |
nonthrowing_data_cast() const | Pointer | [protected] |
nonthrowing_extend_data_access(size_t extension_size) const | Pointer | [protected] |
NonthrowingDataCast(unsigned int address) | Pointer | [protected, static] |
NonthrowingExtendDataAccess(unsigned int address, size_t extension_size) | Pointer | [protected, static] |
operator bool() const | Pointer | |
operator!() const | Pointer | |
operator!=(const Pointer &other) const | Pointer | |
operator=(const Pointer &other) | Pointer | |
operator==(const Pointer &other) const | Pointer | |
peek() const | ExecutionFrame | [protected] |
peek_block() const | ExecutionFrame | [protected] |
Pointer() | Pointer | |
Pointer(const Pointer &other) | Pointer | |
Pointer(unsigned int address) | Pointer | [explicit, protected] |
pop() | ExecutionFrame | [protected] |
pop_block() | ExecutionFrame | [protected] |
push(const Object &object) | ExecutionFrame | [protected] |
push_block(unsigned int delta) | ExecutionFrame | [protected] |
reset_address(unsigned int address) | Pointer | [protected] |
result() | ExecutionFrame | |
visit(Visitor &v) const | ExecutionFrame | |