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