![]() |
v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <hydrogen-instructions.h>


Public Types | |
| enum | UseEnvironment { kNoUses, kUseAll } |
Public Types inherited from HValue | |
| enum | Flag { kFlexibleRepresentation, kUseGVN, kTrackSideEffectDominators, kCanOverflow, kBailoutOnMinusZero, kCanBeDivByZero, kDeoptimizeOnUndefined, kIsArguments, kTruncatingToInt32, kIsDead, kLastFlag = kIsDead } |
| enum | Opcode { kPhi } |
Protected Member Functions | |
| virtual void | InternalSetOperandAt (int index, HValue *value) |
Protected Member Functions inherited from HInstruction | |
| HInstruction () | |
| virtual void | DeleteFromGraph () |
Protected Member Functions inherited from HValue | |
| virtual bool | DataEquals (HValue *other) |
| virtual void | RepresentationChanged (Representation to) |
| virtual Range * | InferRange (Zone *zone) |
| void | clear_block () |
| void | set_representation (Representation r) |
| HUseListNode * | RemoveUse (HValue *value, int index) |
| void | RegisterUse (int index, HValue *new_value) |
Additional Inherited Members | |
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) |
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 993 of file hydrogen-instructions.h.
| enum UseEnvironment |
| Enumerator | |
|---|---|
| kNoUses | |
| kUseAll | |
Definition at line 1022 of file hydrogen-instructions.h.
|
inline |
Definition at line 995 of file hydrogen-instructions.h.
Definition at line 1015 of file hydrogen-instructions.h.
References v8::internal::NULL, and HValue::SetOperandAt().
|
inlineprotectedvirtual |
Implements HValue.
Definition at line 1028 of file hydrogen-instructions.h.
|
inlinevirtual |
Implements HValue.
Definition at line 1003 of file hydrogen-instructions.h.
Referenced by HDeoptimize::PrintDataTo().
|
inlinevirtual |
Implements HValue.
Definition at line 1002 of file hydrogen-instructions.h.
Referenced by HDeoptimize::PrintDataTo().
|
virtual |
Reimplemented from HControlInstruction.
Definition at line 1366 of file hydrogen-instructions.cc.
References StringStream::Add(), HDeoptimize::OperandAt(), HDeoptimize::OperandCount(), and HValue::PrintNameTo().
|
inlinevirtual |
Implements HValue.
Definition at line 998 of file hydrogen-instructions.h.
References Representation::None().
|
inlinevirtual |
Implements HControlInstruction.
Definition at line 1011 of file hydrogen-instructions.h.
References UNREACHABLE.
|
inlinevirtual |
Implements HControlInstruction.
Definition at line 1007 of file hydrogen-instructions.h.
References v8::internal::NULL, and UNREACHABLE.
|
inlinevirtual |
Implements HControlInstruction.
Definition at line 1006 of file hydrogen-instructions.h.