CACAO
Public Member Functions | Data Fields
cacao::jit::compiler2::EmbeddedMachineOperand Class Reference
Inheritance diagram for cacao::jit::compiler2::EmbeddedMachineOperand:
cacao::jit::compiler2::memory::ManagerMixin< EmbeddedMachineOperand >

Public Member Functions

 EmbeddedMachineOperand (MachineOperand *op)
 

Data Fields

MachineOperanddummy
 
MachineOperandDescreal
 

Additional Inherited Members

- Static Public Member Functions inherited from cacao::jit::compiler2::memory::ManagerMixin< EmbeddedMachineOperand >
static voidoperator new (std::size_t size) throw (std::bad_alloc)
 normal new More...
 
static voidoperator new (std::size_t size, void *ptr) throw ()
 placement new More...
 
static voidoperator 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 voidoperator new[] (std::size_t size) throw (std::bad_alloc)
 normal new[] More...
 
static voidoperator new[] (std::size_t size, void *ptr) throw ()
 placement new[] More...
 
static voidoperator 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...
 

Detailed Description

Definition at line 61 of file MachineOperand.hpp.

Constructor & Destructor Documentation

cacao::jit::compiler2::EmbeddedMachineOperand::EmbeddedMachineOperand ( MachineOperand op)
inlineexplicit

Definition at line 66 of file MachineOperand.hpp.

Field Documentation

MachineOperand* cacao::jit::compiler2::EmbeddedMachineOperand::dummy

Definition at line 63 of file MachineOperand.hpp.

MachineOperandDesc* cacao::jit::compiler2::EmbeddedMachineOperand::real

Definition at line 64 of file MachineOperand.hpp.


The documentation for this class was generated from the following file: