v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CompareAndBranch Class Reference
Inheritance diagram for CompareAndBranch:
Collaboration diagram for CompareAndBranch:

Public Member Functions

 CompareAndBranch (LCodeGen *codegen, Condition cond, const Register &lhs, const Operand &rhs)
 
virtual void Emit (Label *label) const
 
virtual void EmitInverted (Label *label) const
 

Detailed Description

Definition at line 96 of file lithium-codegen-arm64.cc.

Constructor & Destructor Documentation

CompareAndBranch ( LCodeGen codegen,
Condition  cond,
const Register lhs,
const Operand rhs 
)
inline

Member Function Documentation

virtual void Emit ( Label *  label) const
inlinevirtual

Definition at line 107 of file lithium-codegen-arm64.cc.

References __, and CompareAndBranch::CompareAndBranch().

virtual void EmitInverted ( Label *  label) const
inlinevirtual

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