v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <lithium.h>
Public Member Functions | |
LParallelMove (Zone *zone) | |
void | AddMove (LOperand *from, LOperand *to, Zone *zone) |
bool | IsRedundant () const |
const ZoneList< LMoveOperands > * | move_operands () const |
void | PrintDataTo (StringStream *stream) const |
Public Member Functions inherited from ZoneObject | |
INLINE (void *operator new(size_t size, Zone *zone)) | |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone) |
|
inlineexplicit |
Definition at line 401 of file lithium.h.
References List< T, P >::Add().
Referenced by LChunk::AddGapMove().
bool IsRedundant | ( | ) | const |
Definition at line 129 of file lithium.cc.
|
inline |
void PrintDataTo | ( | StringStream * | stream | ) | const |
Definition at line 137 of file lithium.cc.
References StringStream::Add(), LOperand::Equals(), and LOperand::PrintTo().
Referenced by LGap::PrintDataTo().