v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <hydrogen-instructions.h>
Static Public Member Functions | |
static HCheckMaps * | NewWithTransitions (HValue *object, Handle< Map > map, Zone *zone) |
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) |
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) |
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 2066 of file hydrogen-instructions.h.
Definition at line 2068 of file hydrogen-instructions.h.
References HValue::kUseGVN, v8::internal::NULL, HValue::set_representation(), HValue::SetFlag(), HValue::SetGVNFlag(), HValue::SetOperandAt(), and Representation::Tagged().
|
inline |
Definition at line 2080 of file hydrogen-instructions.h.
References SmallMapList::at(), HValue::kUseGVN, SmallMapList::length(), HValue::set_representation(), HValue::SetFlag(), HValue::SetGVNFlag(), HValue::SetOperandAt(), and Representation::Tagged().
|
virtual |
Reimplemented from HValue.
Definition at line 2047 of file hydrogen-instructions.cc.
References HValue::type(), and HCheckMaps::value().
|
inlineprotectedvirtual |
Reimplemented from HValue.
Definition at line 2128 of file hydrogen-instructions.h.
References SmallMapList::at(), HValue::cast(), SmallMapList::length(), and HCheckMaps::map_set().
|
inline |
Definition at line 2123 of file hydrogen-instructions.h.
Referenced by HCheckMaps::DataEquals(), HCheckMaps::NewWithTransitions(), and HCheckMaps::PrintDataTo().
|
inlinestatic |
Definition at line 2093 of file hydrogen-instructions.h.
References SmallMapList::Add(), v8::internal::CanTransitionToMoreGeneralFastElementsKind(), HValue::ClearGVNFlag(), v8::internal::GetNextMoreGeneralFastElementsKind(), v8::internal::IsFastPackedElementsKind(), HCheckMaps::map_set(), and SmallMapList::Sort().
|
virtual |
Reimplemented from HInstruction.
Definition at line 1042 of file hydrogen-instructions.cc.
References StringStream::Add(), SmallMapList::length(), HCheckMaps::map_set(), HValue::PrintNameTo(), and HCheckMaps::value().
|
inlinevirtual |
Implements HValue.
Definition at line 2116 of file hydrogen-instructions.h.
References Representation::Tagged().
|
inline |
Definition at line 2122 of file hydrogen-instructions.h.
References HTemplateControlInstruction< 2, 1 >::OperandAt().
Referenced by HCheckMaps::CalculateInferredType(), and HCheckMaps::PrintDataTo().