V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::MoveOperands Class Referencefinal
Inheritance diagram for v8::internal::compiler::MoveOperands:
NON_EXPORTED_BASEZoneObject

Public Member Functions

 MoveOperands (const InstructionOperand &source, const InstructionOperand &destination)
 
const InstructionOperandsource () const
 
InstructionOperandsource ()
 
void set_source (const InstructionOperand &operand)
 
const InstructionOperanddestination () const
 
InstructionOperanddestination ()
 
void set_destination (const InstructionOperand &operand)
 
bool IsPending () const
 
void SetPending ()
 
bool IsRedundant () const
 
void Eliminate ()
 
bool IsEliminated () const
 
void Print () const
 

Detailed Description

Definition at line 651 of file instruction.h.


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