|
CACAO
|
Additional Inherited Members | |
Public Types inherited from cacao::jit::compiler2::MachineOperand | |
| enum | OperandID { MachineOperandID, RegisterID, StackSlotID, ManagedStackSlotID, ImmediateID, AddressID, VoidOperandID } |
| typedef const void * | IdentifyTy |
| typedef std::size_t | IdentifyOffsetTy |
| typedef std::size_t | IdentifySizeTy |
| typedef alloc::vector < EmbeddedMachineOperand > ::type | embedded_operand_list |
| typedef embedded_operand_list::iterator | operand_iterator |
| typedef embedded_operand_list::const_iterator | const_operand_iterator |
Static Public Member Functions inherited from cacao::jit::compiler2::memory::ManagerMixin< MachineOperand > | |
| static void * | operator new (std::size_t size) throw (std::bad_alloc) |
| normal new More... | |
| static void * | operator new (std::size_t size, void *ptr) throw () |
| placement new More... | |
| static void * | operator new (std::size_t size, const std::nothrow_t &nt) throw () |
| nothrow new More... | |
| static void | operator delete (void *pMemory) throw () |
| normal delete More... | |
| static void | operator delete (void *pMemory, void *ptr) throw () |
| placement delete More... | |
| static void | operator delete (void *pMemory, const std::nothrow_t &) throw () |
| nothrow delete More... | |
| static void * | operator new[] (std::size_t size) throw (std::bad_alloc) |
| normal new[] More... | |
| static void * | operator new[] (std::size_t size, void *ptr) throw () |
| placement new[] More... | |
| static void * | operator new[] (std::size_t size, const std::nothrow_t &nt) throw () |
| nothrow new[] More... | |
| static void | operator delete[] (void *pMemory) throw () |
| normal delete[] More... | |
| static void | operator delete[] (void *pMemory, void *ptr) throw () |
| placement delete[] More... | |
| static void | operator delete[] (void *pMemory, const std::nothrow_t &) throw () |
| nothrow delete[] More... | |
Protected Member Functions inherited from cacao::jit::compiler2::MachineOperand | |
| virtual IdentifyTy | id_base () const |
| virtual IdentifyOffsetTy | id_offset () const |
| virtual IdentifySizeTy | id_size () const |
Protected Attributes inherited from cacao::jit::compiler2::MachineOperand | |
| embedded_operand_list | embedded_operands |
| TODO describe. More... | |
Definition at line 38 of file MachineAddress.hpp.
|
inline |
Definition at line 40 of file MachineAddress.hpp.
|
inlinevirtual |
Definition at line 47 of file MachineAddress.hpp.
|
inlinevirtual |
Reimplemented from cacao::jit::compiler2::Address.
Reimplemented in cacao::jit::compiler2::x86_64::X86_64ModRMOperand.
Definition at line 44 of file MachineAddress.hpp.
|
inlinevirtual |
Implements cacao::jit::compiler2::Address.
Definition at line 42 of file MachineAddress.hpp.
|
pure virtual |
Implemented in cacao::jit::compiler2::x86_64::NativeAddress.
1.8.5