v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <hydrogen-instructions.h>
Protected Member Functions | |
virtual bool | DataEquals (HValue *other) |
Protected Member Functions inherited from HTemplateInstruction< 2 > | |
void | InternalSetOperandAt (int i, HValue *value) |
Protected Member Functions inherited from HInstruction | |
HInstruction () | |
virtual void | DeleteFromGraph () |
Protected Member Functions inherited from HValue | |
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) |
Protected Attributes | |
BoundsCheckKeyMode | key_mode_ |
Protected Attributes inherited from HValue | |
HBasicBlock * | block_ |
int | id_ |
Representation | representation_ |
HType | type_ |
HUseListNode * | use_list_ |
Range * | range_ |
int | flags_ |
GVNFlagSet | gvn_flags_ |
Additional Inherited Members | |
Public Types inherited from HValue | |
enum | Flag { kFlexibleRepresentation, kUseGVN, kTrackSideEffectDominators, kCanOverflow, kBailoutOnMinusZero, kCanBeDivByZero, kDeoptimizeOnUndefined, kIsArguments, kTruncatingToInt32, kIsDead, kUint32, kLastFlag = kUint32 } |
enum | Opcode { kPhi } |
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 () |
Definition at line 2880 of file hydrogen-instructions.h.
|
inline |
Definition at line 2882 of file hydrogen-instructions.h.
References Representation::Integer32(), HValue::kUseGVN, HValue::set_representation(), HValue::SetFlag(), and HValue::SetOperandAt().
|
inlineprotectedvirtual |
Reimplemented from HValue.
Definition at line 2921 of file hydrogen-instructions.h.
|
inline |
Definition at line 2915 of file hydrogen-instructions.h.
References HTemplateControlInstruction< 2, 1 >::OperandAt().
Referenced by BoundsCheckBbData::CoverCheck(), BoundsCheckKey::Create(), and HBoundsCheck::PrintDataTo().
|
inline |
Definition at line 2916 of file hydrogen-instructions.h.
References HTemplateControlInstruction< 2, 1 >::OperandAt().
Referenced by BoundsCheckKey::Create(), and HBoundsCheck::PrintDataTo().
|
virtual |
Reimplemented from HInstruction.
Definition at line 680 of file hydrogen-instructions.cc.
References StringStream::Add(), HBoundsCheck::index(), HBoundsCheck::length(), and HValue::PrintNameTo().
|
inlinevirtual |
Implements HValue.
Definition at line 2891 of file hydrogen-instructions.h.
References v8::internal::DONT_ALLOW_SMI_KEY, Representation::Integer32(), HValue::representation(), and Representation::Tagged().
|
protected |
Definition at line 2922 of file hydrogen-instructions.h.