v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::SimplifiedLowering::NodeProperties Member List

This is the complete list of members for v8::internal::compiler::SimplifiedLowering::NodeProperties, including all inherited members.

AllValueInputsAreTyped(Node *node)v8::internal::compiler::NodePropertiesstatic
CanBeNullOrUndefined(JSHeapBroker *broker, Node *receiver, Effect effect)v8::internal::compiler::NodePropertiesstatic
CanBePrimitive(JSHeapBroker *broker, Node *receiver, Effect effect)v8::internal::compiler::NodePropertiesstatic
ChangeOp(Node *node, const Operator *new_op)v8::internal::compiler::SimplifiedLowering::NodePropertiesinlineprivatestatic
ChangeOpUnchecked(Node *node, const Operator *new_op)v8::internal::compiler::NodePropertiesstatic
CollectControlProjections(Node *node, Node **proj, size_t count)v8::internal::compiler::NodePropertiesstatic
CollectValueProjections(Node *node, Node **proj, size_t count)v8::internal::compiler::NodePropertiesstatic
Equals(Node *a, Node *b)v8::internal::compiler::NodePropertiesstatic
FindFrameStateBefore(Node *node, Node *unreachable_sentinel)v8::internal::compiler::NodePropertiesstatic
FindProjection(Node *node, size_t projection_index)v8::internal::compiler::NodePropertiesstatic
FindSuccessfulControlProjection(Node *node)v8::internal::compiler::NodePropertiesstatic
FirstContextIndex(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
FirstControlIndex(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
FirstEffectIndex(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
FirstFrameStateIndex(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
FirstValueIndex(const Node *node)v8::internal::compiler::NodePropertiesinlinestatic
GetContextInput(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
GetControlInput(Node *node, int index=0)v8::internal::compiler::NodePropertiesinlinestatic
GetEffectInput(Node *node, int index=0)v8::internal::compiler::NodePropertiesinlinestatic
GetFrameStateInput(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
GetJSCreateMap(JSHeapBroker *broker, Node *receiver)v8::internal::compiler::NodePropertiesstatic
GetOuterContext(Node *node, size_t *depth)v8::internal::compiler::NodePropertiesstatic
GetProjectionType(Node const *projection)v8::internal::compiler::NodePropertiesstatic
GetType(const Node *node)v8::internal::compiler::NodePropertiesinlinestatic
GetTypeOrAny(const Node *node)v8::internal::compiler::NodePropertiesstatic
GetValueInput(Node *node, int index)v8::internal::compiler::NodePropertiesinlinestatic
GetValueInput(const Node *node, int index)v8::internal::compiler::NodePropertiesinlinestatic
HashCode(Node *node)v8::internal::compiler::NodePropertiesstatic
InferMapsResult enum namev8::internal::compiler::NodeProperties
InferMapsUnsafe(JSHeapBroker *broker, Node *receiver, Effect effect, ZoneRefSet< Map > *maps_out)v8::internal::compiler::NodePropertiesstatic
IsCommon(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
IsConstant(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
IsContextEdge(Edge edge)v8::internal::compiler::NodePropertiesstatic
IsControl(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
IsControlEdge(Edge edge)v8::internal::compiler::NodePropertiesstatic
IsEffectEdge(Edge edge)v8::internal::compiler::NodePropertiesstatic
IsExceptionalCall(Node *node, Node **out_exception=nullptr)v8::internal::compiler::NodePropertiesstatic
IsFrameStateEdge(Edge edge)v8::internal::compiler::NodePropertiesstatic
IsInputRange(Edge edge, int first, int count)v8::internal::compiler::NodePropertiesinlineprivatestatic
IsPhi(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
IsSame(Node *a, Node *b)v8::internal::compiler::NodePropertiesstatic
IsTyped(const Node *node)v8::internal::compiler::NodePropertiesinlinestatic
IsValueEdge(Edge edge)v8::internal::compiler::NodePropertiesstatic
IsValueIdentity(Node *node, Node **out_value)v8::internal::compiler::NodePropertiesinlinestatic
kNoMaps enum valuev8::internal::compiler::NodeProperties
kReliableMaps enum valuev8::internal::compiler::NodeProperties
kUnreliableMaps enum valuev8::internal::compiler::NodeProperties
MergeControlToEnd(TFGraph *graph, CommonOperatorBuilder *common, Node *node)v8::internal::compiler::NodePropertiesstatic
NoObservableSideEffectBetween(Node *effect, Node *dominator)v8::internal::compiler::NodePropertiesstatic
PastContextIndex(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
PastControlIndex(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
PastEffectIndex(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
PastFrameStateIndex(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
PastValueIndex(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
RemoveControlFromEnd(TFGraph *graph, CommonOperatorBuilder *common, Node *node)v8::internal::compiler::NodePropertiesstatic
RemoveNonValueInputs(Node *node)v8::internal::compiler::NodePropertiesstatic
RemoveType(Node *node)v8::internal::compiler::NodePropertiesinlinestatic
RemoveValueInputs(Node *node)v8::internal::compiler::NodePropertiesstatic
ReplaceContextInput(Node *node, Node *context)v8::internal::compiler::NodePropertiesstatic
ReplaceControlInput(Node *node, Node *control, int index=0)v8::internal::compiler::NodePropertiesstatic
ReplaceEffectInput(Node *node, Node *effect, int index=0)v8::internal::compiler::NodePropertiesstatic
ReplaceFrameStateInput(Node *node, Node *frame_state)v8::internal::compiler::NodePropertiesstatic
ReplaceUses(Node *node, Node *value, Node *effect=nullptr, Node *success=nullptr, Node *exception=nullptr)v8::internal::compiler::NodePropertiesstatic
ReplaceValueInput(Node *node, Node *value, int index)v8::internal::compiler::NodePropertiesstatic
ReplaceValueInputs(Node *node, Node *value)v8::internal::compiler::NodePropertiesstatic
SetType(Node *node, Type type)v8::internal::compiler::NodePropertiesinlinestatic