v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <hydrogen-instructions.h>
Static Public Member Functions | |
static HInstruction * | NewHAdd (Zone *zone, HValue *context, HValue *left, HValue *right) |
Static Public Member Functions inherited from HValue | |
static GVNFlag | ChangesFlagFromInt (int x) |
static GVNFlag | DependsOnFlagFromInt (int x) |
static GVNFlagSet | ConvertChangesToDependsFlags (GVNFlagSet flags) |
static HValue * | cast (HValue *value) |
Protected Member Functions | |
virtual bool | DataEquals (HValue *other) |
virtual Range * | InferRange (Zone *zone) |
Protected Member Functions inherited from HTemplateInstruction< 3 > | |
void | InternalSetOperandAt (int i, HValue *value) |
Protected Member Functions inherited from HInstruction | |
HInstruction () | |
virtual void | DeleteFromGraph () |
Protected Member Functions inherited from HValue | |
void | clear_block () |
void | set_representation (Representation r) |
HUseListNode * | RemoveUse (HValue *value, int index) |
void | RegisterUse (int index, HValue *new_value) |
Additional Inherited Members | |
Public Types inherited from HValue | |
enum | Flag { kFlexibleRepresentation, kUseGVN, kTrackSideEffectDominators, kCanOverflow, kBailoutOnMinusZero, kCanBeDivByZero, kDeoptimizeOnUndefined, kIsArguments, kTruncatingToInt32, kIsDead, kLastFlag = kIsDead } |
enum | Opcode { kPhi } |
Static Public Attributes inherited from HValue | |
static const int | kNoNumber = -1 |
static const int | kChangesToDependsFlagsLeftShift = 1 |
Static Protected Member Functions inherited from HValue | |
static GVNFlagSet | AllDependsOnFlagSet () |
static GVNFlagSet | AllChangesFlagSet () |
static GVNFlagSet | AllSideEffectsFlagSet () |
static GVNFlagSet | AllObservableSideEffectsFlagSet () |
Protected Attributes inherited from HValue | |
HBasicBlock * | block_ |
int | id_ |
Representation | representation_ |
HType | type_ |
HUseListNode * | use_list_ |
Range * | range_ |
int | flags_ |
GVNFlagSet | gvn_flags_ |
Definition at line 3248 of file hydrogen-instructions.h.
Definition at line 3250 of file hydrogen-instructions.h.
References HValue::kCanOverflow, and HValue::SetFlag().
|
virtual |
Reimplemented from HArithmeticBinaryOperation.
Definition at line 2119 of file hydrogen-instructions.cc.
References HType::Tagged().
|
virtual |
Reimplemented from HValue.
Definition at line 887 of file hydrogen-instructions.cc.
References HValue::CheckUsesForFlag(), HValue::ClearFlag(), HValue::kCanOverflow, HValue::kTruncatingToInt32, and HValue::representation().
|
inlineprotectedvirtual |
Reimplemented from HValue.
Definition at line 3275 of file hydrogen-instructions.h.
Reimplemented from HValue.
Definition at line 2246 of file hydrogen-instructions.cc.
References BitVector::Add(), HBinaryOperation::left(), v8::internal::NULL, and HValue::range().
Reimplemented from HValue.
Definition at line 1142 of file hydrogen-instructions.cc.
References Range::AddAndCheckOverflow(), Range::CanBeMinusZero(), HValue::ClearFlag(), Range::Copy(), HValue::InferRange(), HValue::kCanOverflow, HBinaryOperation::left(), HValue::range(), HValue::representation(), HBinaryOperation::right(), and Range::set_can_be_minus_zero().
|
inlinevirtual |
Reimplemented from HBinaryOperation.
Definition at line 3257 of file hydrogen-instructions.h.
References Representation::IsTagged(), and HValue::representation().
|
static |